I am using Debian unstable with packages openjfx* libopenjfx* installed.
But I can not stat the current JabRef.
$ java -jar ./JabRef-4.1.jar
Fehler: Hauptklasse org.jabref.JabRefMain konnte nicht gefunden oder geladen werden
Ursache: java.lang.NoClassDefFoundError: javafx/application/Application
I don’t know how to fix it.
$ java -version
openjdk version "9.0.1"
OpenJDK Runtime Environment (build 9.0.1+11-Debian-1)
OpenJDK 64-Bit Server VM (build 9.0.1+11-Debian-1, mixed mode)
No matter if this problem depends on the used Java version! The execution of the jar file should give a human understandable message. Just say “your java vesion is not supported” or something like that. Would be mouch nicer to point to the related bug tickets.