- Code: Select all
java -version
In what directory is MegaDrumManagerFX.jar located? I found it important to 'cd' to my file before running
- Code: Select all
java --module-path /usr/share/openjfx/lib --add-modules javafx.controls,javafx.web -jar MegaDrumManagerFX.jar
This might be a good guide to install version 11 if you're using a Debian based distro:
https://computingforgeeks.com/how-to-in ... ian-linux/