My jar is not showing anything, confused!
Hi, I am trying to deploy a well tested application to an executable jar.
I use Eclipse as IDE, I exported the jar file, I also checked the file and the manifest file and the versin and main class is well set.
When I run the jar nothing is being shown. My app uses some JFrames, and in fact my main class is a JFrame. I also can see that a javaw.exe is added to the process list but the app is not being shown. Any clue?
My jar is not showing anything, I am confused! The app seems to be running on somehow for the process but I cant see anything.

