Just wondering.
Some should have noticed that Java 8 is nearing end of free support and Oracle doesn’t provide detached runtime packages for anything later. And, Java is sort of well-known for having security holes occasionally…
And what’s worse, some of us still do need Java. There’s anything from JNLP-launched remote support tools and Java-powered server RAID admin tools, to… well, everything, even if in smallish numbers fortunately.
So, need to have a plan.
One of the other Java companies, Azul, has a provocative ad up even:
For the first time in history A Java security update (aka "recipe for attack") will be released by Oracle without providing free updates for any current production version [free updates for java 12, no free updates for 8 or 11]
(Java 12 isn’t “production” yet. Java 11 is a “long term support version”, but…)
Now, I *have* found a place to get Java 11 JREs for Windows x64… AdoptOpenJDK. https://adoptopenjdk.net/migration.html … it’s just that they don’t have everything (at least yet) – Java Web Start for one is missing as of now, and installers…
https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.2%2B9/OpenJDK11U-jre_x64_windows_hotspot_11.0.2_9.zip , https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.2%2B9_openj9-0.12.1/OpenJDK11U-jre_x64_windows_openj9_11.0.2_9_openj9-0.12.1_openj9-0.12.1.zip
But, I suppose that’d still be easier than just building our own… hm, the OpenJ9 license is a bit weird in places, too…
Anyone else having to deal with this?