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

Sandro Trianni notifications at github.com
Sun Oct 21 12:56:36 UTC 2018


> We are working on fixing the Java 10 issue:
> #1794
> 
> There is API work in develpment and prob. will get shipped with next release. @blabno and @mrosseel are working on that.

I was able to compile with the #1794 commit and JAVA_HOME still set to /usr/lib/jvm/java-8-oracle and 
 update-alternatives --config java set to 
 /usr/lib/jvm/java-10.0.2-openjdk-amd64/bin/java

However i'll end up with 
```
Exception in thread "main" java.lang.NoClassDefFoundError: javafx/application/Platform
	at bisq.desktop.app.BisqAppMain.configUserThread(BisqAppMain.java:64)
```
when executing the jar. openjfx is installed.
It won't compile if i leave JAVA_HOME blank or set it to the 10.0.2 path because of javafx missing:
```
desktop/main/MainViewModel.java:67: error: package javafx.beans.property does not exist
import javafx.beans.property.BooleanProperty;
...
```
Same thing when using oracle java 11. Oracle java 10 is not available for newer ubuntus.

This is giving me a really hard time here, i can't run then v0.8 deb package because of javafx problems and i can't compile the latest source. Running out of options here

-- 
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-431666490
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181021/3bb8094d/attachment.html>


More information about the bisq-github mailing list