You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ java -jar JabRef-4.3.1.jar
Error: Could not find or load main class org.jabref.JabRefMain
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
I am in voidlinux with java 11:
$ java --version
openjdk 11.0.5-internal 2019-10-15
OpenJDK Runtime Environment (build 11.0.5-internal+11-adhoc..jdk11u-jdk-11.0.510)
OpenJDK 64-Bit Server VM (build 11.0.5-internal+11-adhoc..jdk11u-jdk-11.0.510, mixed mode)
There is nothing like javafx as advised in #2867 (comment) which points to a page that does not exist, fyi.
JabRef 4.3.x requires java 8 and openjfx 8 and is no longer supported.
JabRef 5 ships with all necessary java libraries.
You can download JabRef 5 here. https://www.fosshub.com/JabRef.html
Hi,
I am in voidlinux with java 11:
There is nothing like javafx as advised in #2867 (comment) which points to a page that does not exist, fyi.
UPDATE:
However, after much searching, I got an impression from https://docs.jabref.org/faq/faqs-on-operating-systems/faqlinux that JabRef 4.xx does not work with java requires Java 8. Whereas Jabref 5 requires Java 13.
But I tried with openjdk8 first with the same error and that is the reason I updated to openjdk11, fyi.
Any clue?
Cheers,
/z
The text was updated successfully, but these errors were encountered: