Re: Incomplete shutdown (Eclipse)

Posted by Wade Walker on
URL: https://forum.jogamp.org/Incomplete-shutdown-Eclipse-tp4025154p4032519.html

raptor wrote
Good. This shows that , in your environment too, eclipse will not close javaw.exe if an external handle is not terminated.
Actually what I'm saying is that the javaw.exe for the app is killed, but Eclipse doesn't mark the app as terminated until the external Notepad process it spawned is killed.

Can you see any external process start up when you launch your JOGL app? And do you see your app's javaw.exe terminate like I do? Note that when running an app inside Eclipse, you can see two javaw.exe processes running, one for Eclipse itself, and a child javaw.exe for your app. It's the child one that dies when your app exits.