Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Java 11 recommendations

Am 11.12.2018 um 21:10 schrieb Ed Willink:
Is there an EF policy on what Java 11 should be used?

I'm not the EF, and I'm not a lawyer.

It's a bit long, but worth reading https://medium.com/@javachampions/java-is-still-free-c02aef8c9e04, where the legal stuff is explained, and a huge number of alternatives are listed with pros and cons.

Oracle itself recommends switching to OpenJDK builds (which are available from multiple parties), as long as you need no commercial support. In fact, you can get an Oracle OpenJDK build, which is almost identical with the previous OracleJDK: https://blogs.oracle.com/java-platform-group/oracle-jdk-releases-for-java-11-and-later

The change has been announced long ago, and basically it boils down to: You can use OracleJDK without a license for development, testing, etc. but for commercial deployment you need a license, or you need to use a different JVM build.


Ciao, Michael

PS: Doug, for me the AdoptOpenJDK Windows build generally worked fine, but its certificate store did not work at all, which was a killer for me.



Back to the top