I'm a newbie with OpenJDK and I'm just wondering if there were any OpenJDK version available to Windows OS. From the OpenJDL home page (http://openjdk.java.net/) it redirects to Oracle Sun JRE for Windows machine.

Is there any existing OpenJDK available to Windows? If yes, where to get it? If not, do w have to build it by ourselves (see http://blogs.oracle.com/poonam/entry/building_openjdk_on_windows)

Thanks by advance for you support.

link|improve this question
Perhaps the Oracle distribution is the best place to start for a newbie. oracle.com/technetwork/java/javase/downloads/index.html This is based on OpenJDK and the differences are fairly obscure. – Peter Lawrey May 13 '11 at 12:12
It may be important to note the different licensing terms for the OpenJDK and the Oracle distribution. The Oracle distribution is only licensed for use on a general purpose computer. Should you be targeting an embedded device then you need to negotiate a license with Oracle for which I presume they expect money. – Howard May Apr 17 at 10:37
feedback

3 Answers

Only OpenJDK 7. OpenJDK6 is basically the same code base as SUN's version, that's why it redirects you to the official Oracle site.

link|improve this answer
4  
I wonder why there are no OpenJDK 6 binary downloads for Windows. Granted: The Oracle JDK is mostly the same thing, but the same thing can be said for Linux and Solaris: they are mostly the same thing, why provide OpenJDK binaries for those platforms, then? – Joachim Sauer May 13 '11 at 14:24
I can't find the OpenJDK Binaries anymore. Anybody has an idea if and where one can find them? – eckes Jan 7 at 11:41
@eckes java7developer.com/blog/?p=55 seems to indicate (in the comments at the end) to go back to the Oracle website... – VonC Feb 2 at 16:29
@VonC I actually found a official compile from Sun, the RI of Java SE 7. However they claim they will not update it: download.java.net/openjdk/jdk7/promoted/b146/jcp_bcl – eckes Feb 7 at 18:02
1  
@eckes: very interesting. I have updated stackoverflow.com/a/9113640/6309 accordingly. – VonC Feb 7 at 19:04
feedback

OpenSCG maintains OpenJDK 6 installers for 32-bit Windows and other operating systems.

To configure it, create a JAVA_HOME environment variable and set it to C:\OpenSCG\openjdk-6.0.24 or whatever is the current version. Then add %JAVA_HOME%\bin; to the beginning of your PATH environment variable.

You can edit your environment variables by contextual clicking (My) Computer, selecting Properties, clicking Advanced system settings if you’re in Windows 7, clicking the Advanced tab and then clicking Environment Variables.

link|improve this answer
feedback

The RI (severly outdated, broken and insecure, as well as not supported or maintained) is here: http://download.java.net/openjdk/jdk7/promoted/b146/jcp_bcl/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.