Re: Incomplete shutdown (Eclipse)

Posted by The.Scotsman on
URL: https://forum.jogamp.org/Incomplete-shutdown-Eclipse-tp4025154p4025317.html

Wade Walker wrote
How about trying jstack? ... I saw Sven suggest this recently, I hadn't heard of it.
I hadn't heard of it either.

Ran it an it said it couldn't handle a 32 bit process.
Strange, since JAVA_HOME points to a 64 bit JRE, and I'm building and running the app with 64 bit JDK (to go with the 64 bit jogamp natives).

So I installed a 32 bit JDK, and ran jstack from there.
Spit out a whole bunch of stuff, all related to Eclipse.

Maybe I just need to update Eclipse (and hope all my plugins still work...)
Or alternatively, uninstall all the 32 bit JRE's, and force Eclipse to use the 64 bit.

Thanks for all the assistance with this.