ftl-profile-editor icon indicating copy to clipboard operation
ftl-profile-editor copied to clipboard

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

Open martinber opened this issue 4 years ago • 0 comments

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!

martinber avatar Jul 21 '20 21:07 martinber