1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 22:46:44 +01:00

Added warning for openJDK in README.md (#48)

This commit is contained in:
dpad85 2017-03-31 18:19:39 +02:00 committed by Pierre-Marie Padiou
parent 72a14914fc
commit c3bfbf4a14

View file

@ -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