Updating Java on OS X..

holmBrew

Official Volunteer
How would I go about updating the java on my OS X box?

Can i just download the code from javasoft.com and build it? If so, how would I do that?

-Jason
 
I don't think you can download the source to the java virtual machine--just the java classes. If we want JDK1.4 (still beta anyway) we'll have to wait for Apple to make it, since Sun only puts out Intel and Sparc versions of the JDK.

-Rob
 
hmmm...that sucks! :rolleyes:

But isn't the JVM only as good as the JDK behind it, so wouldn't adding 1.4 be just like adding your own classes to the classpath?

-jeh-
 
Yeah, if you want the new XML support and such, you could probably just copy an rt.jar file from windows, but you never know if they did anything else funny to it.

-Rob
 
Back
Top