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.

[572 byte] By [MelGohana] at [2007-11-27 4:43:10]
# 1
Are there any exceptions being thrown? Are all necessary JAR files being added to the classpath?
maple_shafta at 2007-7-12 9:54:54 > top of Java-index,Desktop,Deploying...
# 2
Thanks a lot.I solved it, was a problem of the classpath I guess. I better used "makejar" and could do the executable jar.
MelGohana at 2007-7-12 9:54:54 > top of Java-index,Desktop,Deploying...