Skip to content

Commit

Permalink
Fix the path - after step bisq-network#3 we are already in bitsquare/
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi committed Sep 30, 2016
1 parent dab1b56 commit be737dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Copy the jdkfix-0.4.9.6.jar from the Bitsquare jdkfix/target directory to $JAVA_
jdkfix-0.4.9.6.jar includes a bugfix of the SortedList class which will be released with the next JDK version.
We need to load that class before the default java class. This step will be removed once the bugfix is in the official JDK.

$ sudo cp bitsquare/jdkfix/target/jdkfix-0.4.9.6.jar $JAVA_HOME/jre/lib/ext/jdkfix-0.4.9.6.jar
$ sudo cp jdkfix/target/jdkfix-0.4.9.6.jar $JAVA_HOME/jre/lib/ext/jdkfix-0.4.9.6.jar

### 5. Copy the BountyCastle provider jar file

Expand Down

0 comments on commit be737dd

Please sign in to comment.