TeX-Live / tlcockpit

GUI for tlmgr written in Scala
GNU General Public License v3.0
27 stars 2 forks source link

WARN in openjdk 17.0.2 2022-01-18 #19

Open pablgonz opened 2 years ago

pablgonz commented 2 years ago

Hi, just to keep in mind for future updates:

22:10:36 [JavaFX Application Thread] WARN  TLCockpit.ApplicationMain$ - Build and run versions disagree: build: 14, run: 17, trying anyway!
22:10:36 [JavaFX Application Thread] INFO  TLCockpit.ApplicationMain$ - Running on Java Version 17
$ java --version
openjdk 17.0.2 2022-01-18
OpenJDK Runtime Environment 21.9 (build 17.0.2+8)
OpenJDK 64-Bit Server VM 21.9 (build 17.0.2+8, mixed mode, sharing)

It's a very nice utility (and I still like the old school perl-Tk style of tlmgr).

Saludos

norbusan commented 2 years ago

Hi @pablgonz I ship two version, one for jdk 1.8 which and one for later versions, because they require different ScalaFX/JavaFX inclusion methods. But the 14 one should work (as of now) for all future version.

I guess I will drop the warning ... ;-)