MonkBen
MonkBen

Reputation: 644

OpenJDK Windows Distribution

Does anyone know of a OpenJDK distribution for Windows? Specifically, I am looking for JDK 8 32 bit. I found 64-bit distribution: http://www.azulsystems.com/products/zulu

but I really need 32 bit.

Upvotes: 4

Views: 2168

Answers (3)

Basil Bourque
Basil Bourque

Reputation: 338730

AdoptOpenJDK

The AdoptOpenJDK project provides builds & installers of the OpenJDK source code. Free of cost. The project’s build & test tools are open-source.

As of 2020-03, that project provides a x86 build of the OpenJDK implementation of Java 8 specs for the Windows OS.

Notice the search filters for Operating System (Windows) and for Architecture (x86).

screenshot of web page showing a download available for x86 build of OpenJDK 8 for Windows OS

Upvotes: 0

stone huang
stone huang

Reputation: 1

You can try to build 32 bit OpenJDK for windows by yourself, here is the link you can get help: http://openjdk.java.net/groups/build/

and https://github.com/alexkasko/openjdk-unofficial-builds

Upvotes: 0

Matt Schuetze
Matt Schuetze

Reputation: 1112

MonkBen and others:

Thank you for highlighting the Zulu OpenJDK offering. You are correct that Azul only has 64-bit JDK 8, 7, and 6 distributions of OpenJDK available for Intel platforms today. Support for 32-bit JDKs remains an open community request.

Please review this Zulu Forum topic for more details on 32-bit support https://support.azulsystems.com/hc/communities/public/questions/200914964-Regarding-32-bit-JDK-JRE-buildds-of-OpenJDk Per the guidance there, you are welcome to join the Zulu forum and add your specific platform requests to that topic. We do include community requests in our roadmap activities and release planning, so the more votes for specific versions, platforms, and use cases, the better our planning.

Sincerely

Matt Schuetze

Disclaimer: I work for Azul Systems, and am the Product Manager for the Zulu product family.

Upvotes: 6

Related Questions