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:
parent
72a14914fc
commit
c3bfbf4a14
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue