From 9d89fb409fccf8f186373169fd9d4ab4738e8252 Mon Sep 17 00:00:00 2001 From: Linus Dietz Date: Wed, 25 Nov 2020 11:18:26 +0100 Subject: [PATCH] Update Java Version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d81ab2b909e..388b25ccdd4 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ We will discuss improvements with you and agree to merge them once the [develope If you want a step-by-step walk-through on how to set-up your workspace, please check [this guideline](https://devdocs.jabref.org/getting-into-the-code/guidelines-for-setting-up-a-local-workspace). -To compile JabRef from source, you need a Java Development Kit 14 and `JAVA_HOME` pointing to this JDK. +To compile JabRef from source, you need a Java Development Kit 15 and `JAVA_HOME` pointing to this JDK. To run it, just execute `gradlew run`. When you want to develop, it is necessary to generate additional sources using `gradlew generateSource` and then generate the Eclipse `gradlew eclipse`.