[bisq-network/bisq] Not running on Ubuntu 18.04 LTS (#1791)

Devin Bileck notifications at github.com
Tue Oct 23 16:32:43 UTC 2018


Note, I was able to successfully build and run from master with OpenJDK10 on a fresh Ubuntu 18.04.
Going off memory (since I did it yesterday), but I am pretty sure these were my steps:
```
$ curl -L -O https://download.java.net/java/GA/jdk10/10.0.2/19aef61b38124481863b1413dce1855f/13/openjdk-10.0.2_linux-x64_bin.tar.gz
$ sudo mkdir /usr/local/jvm/openjdk-10
$ sudo tar -zxf openjdk-10.0.2_linux-x64_bin.tar.gz -C /usr/local/jvm/openjdk-10
$ sudo update-alternatives --install "/usr/bin/java" "java" "/usr/local/jvm/openjdk-10/jdk-10.0.2/bin/java" 1500
$ sudo update-alternatives --install "/usr/bin/javac" "javac" "/usr/local/jvm/openjdk-10/jdk-10.0.2/bin/javac" 1500
$ git clone https://github.com/bisq-network/bisq
$ cd bisq
$ ./gradlew build
$ java -jar desktop/build/libs/desktop-0.8.0-SNAPSHOT-all.jar
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/1791#issuecomment-432320284
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181023/026f8e95/attachment.html>


More information about the bisq-github mailing list