Incomplete shutdown (Eclipse)
Posted by The.Scotsman on
URL: https://forum.jogamp.org/Incomplete-shutdown-Eclipse-tp4025154.html
When I exit a running JOGL application in Eclipse, there's always a Java thread left behind, which I need to stop manually.
Otherwise it keeps running, consuming 100% CPU.
Some of the demos handle shutdown, by stopping the Animator and calling System.exit().
I'm not using an Animator, and System.exit() still leaves something running.
Any clue as to what it might be?
Many thanks.