From c3bfbf4a1428725deb9f83a11baf94d2f0757580 Mon Sep 17 00:00:00 2001 From: dpad85 Date: Fri, 31 Mar 2017 18:19:39 +0200 Subject: [PATCH] Added warning for openJDK in README.md (#48) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c500aaf01..1f427e142 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,11 @@ zmqpubrawtx=tcp://127.0.0.1:29000 Just use the windows installer, it should create a shortcut on your desktop. -#### Linux, MacOs or manual install on Windows +#### Linux, macOS or manual install on Windows -You need to first install java, more precisely a JRE 1.8. +You need to first install java, more precisely a [JRE 1.8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html). + + :warning: If you are using the OpenJDK JRE, you will need to build OpenJFX yourself, or run the application in `--headless` mode. Then download the latest fat jar and run: ```shell