(2020-02-13, 20:40)Willy Tschager Wrote: working on Linux Mint
Which version of Linux Mint do you use? Maybe it is possible to run something like
Code:
sudo apt-get install openjdk-11-jre openjfx
If this is installed and the ldinsp.jar is in the current directory, the following command should start LDInspector
Code:
java --module-path ldinsp.jar:/usr/share/openjfx/lib -m LDInspector/ldinsp.LDInspector
I think this would be much easier than downloading Java and JavaFX in a script, additionally the system updates will ensure having an up-to-date environment. A drawback is that it is not self-contained / portable and requires root access to the machine...