You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run with java --add-modules=java.xml.bind -jar FTLProfileEditor.jar but it throws Error occurred during initialization of boot layer java.lang.module.FindException: Module java.xml.bind not found
The text was updated successfully, but these errors were encountered:
That used to be bundled in the Java runtime. Since Java 11, Oracle moved to a separate library. The editor will need to be revised slightly to include the new dependecy and be rebuilt to work with Java 11.
Alternatively, you can install Java 8 (aka 1.8), or possibly Java 9 or Java 10, and the editor should work for you. Multiple Java runtimes can coexist.
i've unzipped the .jar. Where would I add that?
[EDIT] on debian (devuan) i can run it by installing openjdk-8-jre-headless
and running /usr/lib/jvm/java-8-openjdk-arm64/bin/java -jar FTLProfileEditor.jar
Looks like the .jar is missing from the project now?
Trying to run with
java --add-modules=java.xml.bind -jar FTLProfileEditor.jar
but it throwsError occurred during initialization of boot layer java.lang.module.FindException: Module java.xml.bind not found
The text was updated successfully, but these errors were encountered: