From 1323b5890f5da27c49d0ccd24c8c6edb60cf1ccc Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 1 Oct 2018 08:24:01 +0200 Subject: [PATCH] Update JabRef classname in error messages sf.net -> org.jabref --- en/FAQlinux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/FAQlinux.md b/en/FAQlinux.md index bd1a553..25b8408 100644 --- a/en/FAQlinux.md +++ b/en/FAQlinux.md @@ -15,7 +15,7 @@ JabRef requires Java 8. Please follow the steps provided on our [installation page](Installation). JabRef does not yet run under Java 9. See -You might see the error message `Error: Could not find or load main class net.sf.jabref.JabRefMain`. +You might see the error message `Error: Could not find or load main class org.jabref.JabRefMain`. This means, you do not have [JavaFX](https://en.wikipedia.org/wiki/JavaFX) support activated in your Java runtime environment. This typically happens if you use [OpenJDK](http://openjdk.java.net/), where one needs to setup [OpenJFX](https://wiki.openjdk.java.net/display/OpenJFX/Main) seperately.