[comixed-dev] TIL - JDK12

  • From: "Darryl L. Pierce" <mcpierce@xxxxxxxxx>
  • To: comixed-dev@xxxxxxxxxxxxx
  • Date: Sun, 6 Jun 2021 11:25:11 -0400

So today I learned that JDK12 isn't a viable compiler target if you're
not using that specific version to build the project. I opened and
fixed issue#761 today to ensure that we can build the project on
platforms that have JDK11+ installed.

Specifically what happened to make this necessary was upgrading one of
my machines to the latest Fedora, which has JDK16 on it. I tried to
build CX and it kept failing saying Java 12 wasn't an available
target. What I learned was that JDK11 is the current LTS release. So I
ended up backing our project down to targeting Java 11 for builds for
now. This lets us use any version of Java >= 11 to do builds.

If this affects anybody, please let me know so we can sort it out.

--
Darryl L. Pierce <mcpierce@xxxxxxxxx>
"Le centre du monde est partout." - Blaise Pascal
"Let's try and find some point of transcendence and leap together." -
Gord Downie

Other related posts:

  • » [comixed-dev] TIL - JDK12 - Darryl L. Pierce