Mac OS X Lion üzerine Java (ve JDK) nasıl Yüklenir
02/09/2012One of my favorite things on the Mac was having a recent version of Java and a Java Development Kit (JDK) pre-installed on Mac OS X until the release of version 10.7 Lion. On Lion Java does not come out-of-the-box and you have to install it manually.
Related posts:







On newer versions of OS X you should find ALL JREs (and JDKs) under
/Library/Java/JavaVirtualMachines/
/System/Library/Java/JavaVirtualMachines/
the old path
/System/Library/Frameworks/JavaVM.framework/
has been deprecated.
Here is the official deprecation note:
http://developer.apple.com/library/mac/#releasenotes/Java/JavaSnowLeopardUpdate3LeopardUpdate8RN/NewandNoteworthy/NewandNoteworthy.html#//apple_ref/doc/uid/TP40010380-CH4-SW1
Alternatively, you can open a Terminal window, and type the command: javac -v; then Mac OS X Lion will suggest you to install Java, you just click ‘yes’, and then the Apple Software Update will download and install Java automatically for you.
Netbeans 7.01 just worked fine after following your instructions. Eclipse Indigo has serious problems, but I’m not sure if it’s a Mac (Lion) thing or it’s just Eclipse itself.