Search |
||
Is Java 6 ready?Posted by malcolmdavis on March 7, 2007 at 6:36 AM PST
As soon as Java 6 was available, I downloaded, installed, and took it for a spin. I was happy, and ready to blog about all the cool new features in Swing, or so I thought. When I went to the site to see where my commercial users could download Java 6, I found that Java 5 was at www.java.com and not 6.
Install: Since Sun does not provide direct downloads for the JRE, or not a link that I know of, I have to redirect the user to the download site. Unfortunately, www.java.com does not contain the latest version, and there is not an absolute link to the JRE on the www.java.sun.com site.
I was left with several choices:
For expediency, I removed JDK 6 from my system, and went back to Java 5. However, this issue brings up several points.
Is there a problem between Java applications and specific versions of the JRE? Packaging the JRE with the product reminds me of the old Microsoft days, when developers statically linked in the DLL code because of all the issues surrounding incompatibility between different versions of the DLLs. Thoughts? »
Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|