error running Javafx on Windows 7

Asked

Viewed 120 times

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:

imagem de ERRO

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?

  • To see if you are launching Exception run it by cmd with the command: java -jar aplicativo.jar

  • 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 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!!

  • 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.

  • Try running on a Windows machine that does not have JDK installed and only JRE, and see if the error persists.

  • I am using version JDK 1.7. Thank you very much Math. Your help was excellent!

Show 2 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.