Trying to open .JAR file on macOS Ventura intel base laptop running java 8 351. GUI game was built using IntelliJ, Java jdk 19 and JavaFX 19. Getting a console error message with no console appearing. GUI game works perfectly inside IntelliJ, included right libraries and module paths. When building artifacts "exporting jar executable" I get prompted with this error message whenever I'm trying to open it.Error Message
Solutions tried to find where the problem is with no avail
- I tried creating simple javafx program and building artifacts.
- Built project with different java jdks.
- Built project with visual studio code and eclipse.
- Went through the same steps on a older macOS
I'm suspecting its a java jre error, any tips on how to fix this problem?