In debug mode it's working fine, directly after the complilation in the release mode it's also running fine but when I try to run it with the jar file, I didn't have anything.
I've to kill the Java(TM) platform SE binary to rerun the program debug mode
Hello, same here, exactly the same problem. It says "Exception in thread "JavaFX Application Thread" Exception in thread "main" java.lang.UnsupportedClassVersionError: b4j/example/main has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0". JDK is OpenJDK 11 + OpenJFX 11 as said on the B4J Download page, JRE is most recent.
Here the result of java _version:
java version "1.8.0_201"
Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)
and I'm using the JDK 11.0.1
I'll try the B4Jpackager11 and I got 2 errors, I'll open a new thread for it
Thanks
Luc