Re: Getting FileNotFoundException on file in temp folder
Posted by
IceTeaAddict on
Mar 29, 2014; 2:32pm
URL: https://forum.jogamp.org/Getting-FileNotFoundException-on-file-in-temp-folder-tp4032069p4032077.html
So I tried running ProcessExplorer when the program was running.
The JVM launched by Eclipse was the only process which was accessing the gluegen DLL.
The file lock would not be released until I closed the JFrame.
I also wanted to be certain that it was not caused by JOCL being used in the AWT EventQueue, so I moved it to both the main thread and a new, separate thread. Same result :/
gluegen-file.PNG