1
I recently made a simple application on Macosx (Lion) using Javafx.
But playing a few libs (jar) and implementing a few more snippets of code, the application stopped working on Windows 7.
When executing the aplicativo.jar
error is shown:
Exception while running Application
Error image:
Has anyone been through this or knows how I can see if you’re throwing any exception
?
Strange is that the application opened normally in Windows.
What is the version of your JDK?
– Math
To see if you are launching Exception run it by cmd with the command:
java -jar aplicativo.jar
– Math
Don’t get too excited, when you need it most it will let you down, rs.. But JDK tells me I’m curious. Check this out: Javafx application does not run on some computers after exported to jar
– Math
@Math running the application this way, it opened. Because by clicking on the jar it does not open and the error window pops up?? Can you tell? Big hug and thanks for the help!!
– BlaBRA
This is a big mystery, I suspect it is a bug of version 1.7.0, which appeared before or in u25, and was fixed until u45. These are my suspicions, but this bug is so mysterious that I still can’t figure out.
– Math
Try running on a Windows machine that does not have JDK installed and only JRE, and see if the error persists.
– Math
I am using version JDK 1.7. Thank you very much Math. Your help was excellent!
– BlaBRA