Login  Register

Re: Problems Loading Native Libraries Traditionally

Posted by mtorres on Mar 08, 2016; 3:25pm
URL: https://forum.jogamp.org/Problems-Loading-Native-Libraries-Traditionally-tp4036409p4036455.html

I was able to bypass the logger of the .exe and see the problem. It was throwing an UnsatisfiedLinkError because the .dlls i was trying to load traditionally were 32bit and not 64bit. once i replaced them with 64bit everything seems to work just fine. thanks for your help.