-
-
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
JabRef 4.0.0-beta not starting on Linux: Could not find or load main class #2867
Comments
You need to install javafx as outlined in the help: http://help.jabref.org/en/Installation#installation-commands |
Please look at the installation instructions in the help section. You need
to install the additional package openfx for the javafx support.
Am 25.05.2017 12:32 nachm. schrieb "Mathias Bockwoldt" <
notifications@github.com>:
I downloaded *JabRef version 4.0.0-beta* (latest Github release:
JabRef-4.0.0-beta.jar). This JabRef version just denies to start with a
message in the terminal saying: Error: Could not find or load main class
org.jabref.JabRefMain.
My system:
$ java -version
openjdk version "1.8.0_131"
OpenJDK Runtime Environment (build 1.8.0_131-8u131-b11-0ubuntu1.16.04.2-b11)
OpenJDK 64-Bit Server VM (build 25.131-b11, mixed mode)
$ uname -a
Linux NATUR-BFE-00155 4.4.0-78-generic #99-Ubuntu SMP Thu Apr 27
15:29:09 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/issue
Linux Mint 18 Sarah \n \l
Steps to reproduce:
1. Download JabRef 4.0.0-beta
<https://github.com/JabRef/jabref/releases/download/v4.0-beta/JabRef-4.0.0-beta.jar>
2. Open a terminal, cd to the location of the jar file
3. Run java -jar JabRef-4.0.0-beta.jar
As far as I can see, no log file was created.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2867>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AATi5GtnKs_tK3TpQqb_blvBf0kXHA_Tks5r9VivgaJpZM4NmOT_>
.
|
Wow, that were two fast answers! Installing javafx solved the issue. Thank you very much! |
I still have the same issue
Installing Can we re-open this? java -version uname -a lsb_release -a |
JabRef explicit requires JDK8 and openjfx8! |
I have the following version of Java installed on my Ubuntu 18.04 bionic. Error: Could not find or load main class org.jabref.JabRefMain After reading this post, I installed openjfx using still facing the same problem. |
See https://github.com/JabRef/help.jabref.org/issues/204 your ubuntu probably installed the openjfx11 version! |
I downloaded JabRef version 4.0.0-beta (latest Github release:
JabRef-4.0.0-beta.jar
). This JabRef version just denies to start with a message in the terminal saying:Error: Could not find or load main class org.jabref.JabRefMain
.My system:
Steps to reproduce:
java -jar JabRef-4.0.0-beta.jar
As far as I can see, no log file was created.
The text was updated successfully, but these errors were encountered: