github.com

Missing documentation which Java version is needed to run · Issue #386 · prmr/JetUML

  • ️Wed Oct 14 2020

@datazuul

I downloaded JetUml 3.0.2 jar.
Running it with Java 11

$ java -version
openjdk version "11.0.8" 2020-07-14
OpenJDK Runtime Environment (build 11.0.8+10-post-Debian-1deb10u1)
OpenJDK 64-Bit Server VM (build 11.0.8+10-post-Debian-1deb10u1, mixed mode, sharing)
$ java --module-path <path-to-javafx>/javafx-sdk-11.0.2/lib --add-modules=javafx.controls,javafx.swing,java.desktop,java.prefs -jar <path-to-jar>/JetUML-3.0.2.jar

causes Exception:

"JetUML has been compiled by a more recent version of the Java Runtime (class file version 58.0)"

I can not figure out what java version is needed to run.
Please document it.