Java versions… non proprietary reccommendations…

Post Reply
Gena
Posts: 11
Joined: 18 Sep 2022, 12:31

I have come to understand that for our organisation the use of Java 8 is a bit challenging because of the licensing model. This can actually be a major issue for implementing Essential as it can cause major increases in cost.

Thus I would just humbly suggest that it it would be very valuable if you were to ensure that essental also ran smoothly on non proprietary JMV.

(And if it already does, please help a poor user to the best one. Perhaps this is extra difficult for a mac user.)
User avatar
neil.walsh
Posts: 447
Joined: 16 Feb 2009, 13:45
Contact:

Hi,

There are lots of different non-Oracle Java JVMs these days. Just be sure to choose a Java 8 version for compatibility (Java 8 EOL is in 2030 whereas other (later) versions actually EOL earlier).

Azul
https://www.azul.com/downloads/?version ... e=jdk#zulu

Adoptium (previously known as AdoptOpenJDK)
https://adoptium.net/en-GB/temurin/releases/?version=8

There are others but either of these should be fine.

Cheers

Neil
Gena
Posts: 11
Joined: 18 Sep 2022, 12:31

Thanks for a quick reply! I will try them out!
Post Reply