Add install instruction for java on linux

This commit is contained in:
Manfred Karrer 2017-02-09 22:09:05 -05:00
parent 05bb832487
commit 8b25b59f39

View File

@ -13,6 +13,8 @@ System requirements
The prerequisite for building Bitsquare is installing the Java Development Kit (JDK), version 8u112 or better (as well as maven and git).
In Debian/Ubuntu systems with OpenJDK you'll need OpenJFX as well, i.e. you'll need the `openjfx` package besides the `openjdk-8-jdk` package.
$ sudo apt-get install openjdk-8-jdk maven libopenjfx-java
### 1. Check the version of Java you currently have installed
$ java -version