java - Jar not visible, but javaw.exe is running -


on 1 of windows systems, have problem running jar file.

when double click on jar file, first jframe (splash screen) appears , hides again,but main jframe doesn't become visible ... when monitoring services, noticed javaw.exe keeps running ...

when launching jar command prompt (java -jar c:\myjar.jar), works fine ...

i've tried creating output file while running jar, , file created, remains empty (java -jar c:\myjar.jar > d:\output.txt)

does have idea problem ?

java application close (javaw.exe close) after of threads finishes work. disposing thread used produce jframe, other threads still running (and waiting something).

i can not further without more inforamtion specific application (e.g. code)


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -