Reputation: 644
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
Reputation: 338730
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).
Upvotes: 0
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
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