-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JDK9 incompatibility: Error: Could not find or load main class org.jabref.JabRefMain #3054
Comments
Which one of your java versions is set as default? (sudo update-alternatives --config java ) Jdk9 does not yet work with JabRef, see #2594 Edit2 :: The latest commits have only been some language files and a minor fix in the fetcher. So nothing important |
Thank you, I just checked. Indeed it was JDK9, would it be possible to provide an appropriate error message? However I could start now with |
I fear it is not possible to present a better error message. The error is thrown by java itself before anything one the side of Jabref is invoked. We are in a similar dead end as for the case where the JavaFX component was missing and where we were also not in the position to report a better error message. |
duplicate of #2594 |
Thank you for your comment on this. Just another idea: You could provide an jabreftester.jar |
For me this problem seems to reoccur with JabRef 4.3.1 on Ubuntu 18.04: With the OpenJDK version
With the Oracle version Because of other reasons, I am normally using OpenJDK, and was just playing around this morning with Hope it won't take much to find a fix for this. Best wishes. |
Great, thx! |
After fetching the latest jabref today (2017-07-28) it does not start anymore.
Fetch with:
wget https://builds.jabref.org/master/JabRef--master--latest.jar -O jabref.jar -o jabref_update.log
start with:
see also: #2867, but openfx is installed.
The text was updated successfully, but these errors were encountered: