Im a new Java developer and was thinking about getting a Mac. But I heard that OSX Lion does not support Java. Does that mean that I cannot develop Java on a Mac? Or that I just have to go get all the Java downloads myself?
|
What it means for right now, is nothing has changed, except that the JDK 6 is now a separate download via Software Update. For JDK 7 it will be available from Oracle, maybe even through the App Store if we are lucky! What has happened is Apple has quit mangling their own JDK into the OS and delegating responsibility to Oracle to supply a JDK for OSX going forward. It isn't installed by default, but after the fact just like on every other platform other than Solaris. Arguably this will be a good thing, as the Apple JDK usually lags 6 months plus behind the official Sun/Oracle one. Having someone with a more vested interest in the technology on all the platforms is a good thing! Original Press Release
And the most recent relevant press release is ( I put the important points in BOLD )
My personal opinion is OSX is the premiere platform for Java development, and as long as Oracle doesn't drop the ball will just become even better. |
||||
|
|
I've just experienced this confusion/issue and I noticed that no-one in this question really gave the steps to get Java on Lion if you don't have any JARs or apps: If you want to prompt OS X to install the JVM, run the "Java Preferences" app in Applications > Utilities. This will display a confirmation for "Install Java runtime" which will then cause Software Update to do its magic |
|||
|
|
|
All the 'lack of Java support' means is that Lion doesn't install a JVM. But when you need it, the JVM gets installed. I've just installed Lion and at the first reboot was prompted to install the JVM. |
|||||||||
|
|
The latter. Java is not included anymore by default in Mac Os X 10.7 Lion. You can still install it using the Software update program. It also downloads Java automatically in a variety of scenario's (though I don't know which) |
|||
|
|
|
Java 6 is not installed by default in Lion, but was download by the Software Update after I tried to launch my muCommander. What is incredibly good, is that all Swing and SWT apps look very well in Lion (including NetBeans and Eclipse), already using the new look and feel Lion has (more squared buttons, simpler scrollbars, etc). |
|||
|
|