Java 10 (and following) on 32-Bit systems

前端 未结 3 1318
攒了一身酷
攒了一身酷 2021-01-04 23:23

As far as I know there are no plans from oracle to ship java for 32 Bit - but maybe I misunderstand the situation. If I\'m correct - what do we all do if we need to support

相关标签:
3条回答
  • 2021-01-04 23:35

    Had a similar issue, just with Java 11. Eventually, I found a 32bit JDK and JRE for Java 11 on https://adoptopenjdk.net/ (for the Hotspot JVM). With the 32bit JDK, I successfully connected to a 32bit dll. I hope this is useful for others who face a similar situation.

    0 讨论(0)
  • 2021-01-04 23:39

    There is no 32-bit Java 10 distribution from Oracle. And there will be no Java 11 distribution as well. There are a few companies which offer a 32-bit support though (like Azul). However, I recommend continuing using Java 8 32-bit. It has official support from Oracle and it will be maintained until January 2019.

    0 讨论(0)
  • 2021-01-04 23:43

    Oracle is not the only party building and distributing OpenJDK. For example Azul maintains, but does not certify as TCK-compliant, 32bit windows builds as part of their Zulu project.

    0 讨论(0)
提交回复
热议问题