From f881dd96329863360ab8a41afd79e4b583081394 Mon Sep 17 00:00:00 2001 From: _N0x Date: Tue, 16 Feb 2021 21:23:37 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a963d5..1476124 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,18 @@ Implementation of a simple Photo viewer with zoom-functions and a slide-show mode -University Project using Java 15 and JavaFX 15 +University Project using Java and JavaFX Note for using project in Intelij IDEA: To use JavaFX 15 with Intelij IDEA it is required to add the following settings to the VM-Options (in configuration) ``` ---module-path /PATH/TO/JAVAFX/BIN/DIR --add-modules javafx.controls,javafx.fxml -``` \ No newline at end of file +--module-path /PATH/TO/JAVAFX/LIB/DIR --add-modules javafx.controls,javafx.fxml +``` + +## Requirenments: +[Java 15](https://jdk.java.net/15/) +[JavaFX 15](https://gluonhq.com/products/javafx/) + +## Tested on +Arch Linux x64 w/ openjfx-15, openjdk-15 +Windows 10 x64 w/ openjfx-15, openjdk-15