Login  Register

Re: Jogl initialisation

Posted by hharrison on Dec 10, 2013; 10:24pm
URL: https://forum.jogamp.org/Jogl-initialisation-tp4030830p4030845.html

Why is it trying to load the dll directly from the filesystem and not from a temp folder after being extracted from the -natives
jar?  Have you modified the native loading code somehow?  The error messge suggests you were loading the 64 bit dll into a 32-bit VM.

Harvey