Skip to content

Commit

Permalink
Merge pull request #658 from haiqu/Development
Browse files Browse the repository at this point in the history
Fix documentation Java version 112 iss #657
  • Loading branch information
ManfredKarrer authored Oct 20, 2016
2 parents 3ea9ad4 + 402208f commit c8c1eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ There is an install script (2 parts) for setup (JDK, git, maven, Bitcoinj, Bitsq
System requirements
-------------

The prerequisite for building Bitsquare is installing the Java Development Kit (JDK), version 8u122 or better (as well as maven and git).
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.

### 1. Check the version of Java you currently have installed

$ java -version

If `java` is not found, or your version is anything less than `1.8.0_122`, then follow the next steps, otherwise you can skip to step 2:
If `java` is not found, or your version is anything less than `1.8.0_112`, then follow the next steps, otherwise you can skip to step 2:

#### 1.1 Debian based systems (Ubuntu)

Expand Down

0 comments on commit c8c1eaf

Please sign in to comment.