How do I find "Legacy JAVA SE 6" for my macbook?

I downloaded Minecraft for my daughter to play and it won't open, stating that I need to download "Legacy JAVA SE 6" before I can run the game. Please help me find what I need to get the game up and running. When I click the link provided in the app it takes me to a blank page :/

William Lloyd wrote:
You can only do Java 6 applications (i.e. "java" from the command line).  Java 1.6 applets are forever dead.  Gone.  Period.
Utter nonsense. I've both installed on Mtn Lion. http://support.apple.com/kb/HT5559 explains how to select the SE 6 plug-in. The  requisite 1.6.0 JDK resides in the /System/Library/Java/JVM folder. If you want to determine the installed Java 7 JRE, run this in the Terminal app:
/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -version
This is what's on my machine:
java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b12)
Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)
Whereas, for Java 6, the java -version command shows:
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06-451-10M4406)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01-451, mixed mode)
Java for OS X 2013-003 updates the Apple-provided system Java SE 6 to version 1.6.0_45 on Lion and ML volumes. Now, it might be that the OP will have to extract and install a previous SE 6 JRE from an applicable OS installer app.

Similar Messages

  • How do i find my Apple Parts Numbers for my Macbook Pro?

    I have a macbook pro, 2.4GHz Core 2 Duo. Model number is A1212.
    I was wondering how I could find out what the correct apple part number is for a replacement top case. (the place where you put the keyboard).
    I have no problem replacing the case, I just need to know what the part number is.
    I also have another top case that I ordered off ebay and I would like to know how to find the correct apple part number for that case as well.

    A1212 is not your model number. Check here for model numbers:
    http://www.everymac.com/systems/apple/macbook_pro/index-macbookpro.html
    Check here for parts:
    http://www.ifixit.com/Categories/MacBook-Pro-15-Inch/85
    But for Apple part numbers you may need to call ifixit or contact Apple.

  • How do I download legacy java 6.0 SE runtime?

    How do I download legacy java 6.0 SE runtime?

    I had the same problem running cs6 even when I upgraded java to 8... the thing is that you still need 6 even if you have 8.
    this link was the only thing that worked for me

  • Cannot find: Legacy Java SE 6 runtime

    Loaded OX Yosemite on my Mac and now cannot find Legacy Java SE 6 runtime to fix my Illustrator on CS4.  UGH!  Anyone have a link?  E

    Justin,
    In addition to what mo said, some have found that the page with the direct download link,
    http://support.apple.com/kb/DL1572
    may turn up blank to start with, so it may be necessary to reload the page.

  • How do I find out the base dir for the current workspace ? Change?

    Assume I took over a colleagues JDeveloper installation.
    How can I find out the base dir for his JDevelopers workspace?
    Can I change this workspace base dir afterwards/later (without
    problems for the included sources and projects) ?
    Where can I change it ?
    I did not found an option in the settings?

    If you hover your mouse over the workspace you'll see the directory where the jws file is stored.
    For each project in the workspace you can go to the project properties and look up information in the content node of the preference - there you can also change the location preferences for where code is created.

  • I received a message on my iPhone 4 that has a video attached to it. I "saved video" but don't know where. How do I find it and send it to mi MacBook Air?

    I received a message on my iPhone 4 that has a video attached to it. I "saved video" but don't know where. How do I find it and send it to mi MacBook Air?

    It would have saved to your camera roll.  Connect the phone to your Air via a USB cable and then run Image Capture which is located either in your Utilities folder or Other folder, depending on what version of Mac OS X your are running.  You will then see all the photos and videos stored on your iPhone and can then download them.

  • How do i find a wi-fi network for my iphone

    how do i find a wi-fi network for my iphone?  Message keeps coming up "incorrect wi-fi password (do not know this password) Enter the password for "R7443"?
    Seems to me the wi-fi is working as i can get on internet and get email - but i have no idea what password they are looking for.

    Where are you looking for a wi-fi network for your iPhone? Home , office, friends?
    The owner of wi-fi R7443 has the password. Ask them for it if you know them. If you don't know them or know who owns wi-fi R7443 then you have no reason to use it.
    Most people have their own wi-fi network at their home and use it for their laptops and phones.

  • HOW I CAN FIND WICH IS THE CARRIER FOR MY IPHONE WITH IME NO

    how i can find wich is original carrier for my iphone i have ime no only

    Settings > General > About > Carrier
    (if you still have access to the phone)

  • HT202659 I am being told I owe for something in apps how do I find out what it is for ?

    I Am being told I owe for something in apps how do I find out what it is for ?

    Greetings Colorado girl 4,
    Welcome to the Apple Support Communities!
    I understand that you would like to view your purchase history to see what charges are on your iTunes Store account. To view your purchase history, please follow the instructions located in the attached article. 
    See your purchase history in the iTunes Store - Apple Support
    Cheers,
    Joe

  • How can I find the all path available for a MPLS VPN in SP network

    How can I find the all path available for a MPLS VPN in SP network between PE to PE and CE to CE?

    Hi There
    If we need to find all the available paths for a remote CE from a local PE it will depend upon whether its a RR or non-RR design. If the MP-iBGP deisgn is non-RR  the below vrf specific command
    sh ip bgp vpnv4 vrf "vrf_name"  will show us the MP-iBGP RT for that particular VPN. It will show us the next hop. Checking the route for same in the Global RT will show us the path(s) available for same ( load-balancing considered) .Then we can do a trace using the Local PE MP-iBGP loopback as source to remote PE's MP-iBGP loopback to get the physical Hops involved.
    However if the design is RR-based there might be complications involved when the RR is in the forwarding path ie we have NHS being set to RR-MP-iBGP loopback and the  trace using the Local PE MP-iBGP loopback as source to remote PE's MP-iBGP loopback will get us the physical Hops involved.
    If we have redundant RRs being used with NHS being set then the output of sh ip bgp vpnv4 vrf "vrf_name" will show us two different available paths for the remote CE destination but just one being used.
    RR-based design with no NHS being used will always to cater to single path for the remote CE detsination.
    So in any case the actual path used for the remote CE connectivity would be a single unless we are using load-balancing.
    Hope this helps you a bit on your requirement
    Thanks & Regards
    Vaibhava Varma

  • HT201272 I have 3 charges on my credit card same day same time.  How do I find out what they are for?

    I have three charges on my credit card from apple, same day and same amount.  How do I find out what these are for?

    You should receive an email receipt for any purchase (though it may not appear immediately, mine sometimes appear the following day).
    You've checked the purchase history on your account (Store > View My Account, Store > View My Apple ID on iTunes 11, menu option on your computer's iTunes), and have you made any in-app purchases ? If not and you haven't added or changed your credit card details (when you do then a small temporary store holding charge may be applied to check that the details are correct and valid, which should disappear within a few days) then you could contact iTunes Support and ask if they can help : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • How do I find or change a password for a airport express

    How do I find or change the password for an air port express?

    https://discussions.apple.com/docs/DOC-3372

  • How/ where do I find my Windows Live ID for my MacBook Pro?

    How/ where do I find my Windows Live ID for my MacBook Pro? CG

    When I do understand your question: your Windows Live ID is a Microsoft-account, it is a Hotmail account like: @hotmail.com, @msn.com, @live.com etc.

  • How do you find Apple Support phone number for warranty for Mac Mini?

    How do you find Apple Support phone number for warranty for Mac Mini?

    1-800-APL-CARE? Should be able to direct you to the proper person.

  • How do you find the iPad phone number for cellular data?

    How do you find the iPad phone number for cellular data?

    I know this post was a long time ago but people still seem to be viewing it.
    Quickest way:
    Via the iPad on 3G, go to http://m.telstra.com. The service number is then displayed and you are given the option to recharge.

Maybe you are looking for