Managed to make it work on Ubuntu 18.04 with the following:make sure java8 is installedupdate-java-alternatives -lselect java8 on your system with:sudo update-java-alternatives -s java-1.8.0-openjdk-amd64uninstall any openjfx 11 componentssudo apt re...