Vhati / ftl-profile-editor

Profile editor for FTL: Faster Than Light (www.ftlgame.com)
GNU General Public License v2.0
128 stars 30 forks source link

java.xml.bind not found (Java 11 compatability) #120

Open martinber opened 4 years ago

martinber commented 4 years ago

Documenting here in case someone gets this error:

Error occurred during initialization of boot layer
java.lang.module.FindException: Module java.xml.bind not found

It happens because this program does not run with Java 11. Old java versions can be used in Linux if installed. For example:

sudo apt install openjdk-10-jre
/usr/lib/jvm/java-10-openjdk-amd64/bin/java --add-modules=java.xml.bind -jar FTLProfileEditor.jar

This will be solved by #115

By the way, thank you! I was able to "recover" my save from a crash!