Please try the following directory structure:
then in a terminal the following should start LDInspector:
Thanks for testing!
Code:
../somePath/ldinsp.jar
../somePath/jdk-13.0.2 <<< therein should be Java13, among others a directory "lib"
../somePath/javafx-sdk-13.0.2 <<< therein should be jFX, among others a directory "lib"
then in a terminal the following should start LDInspector:
Code:
cd ../somePath
jdk-13.0.2/bin/java --module-path .:javafx-sdk-13.0.2/lib/ -m LDInspector/ldinsp.LDInspector
Thanks for testing!