Re: Jogl initialisation
Posted by Penny on Dec 10, 2013; 10:01pm
URL: https://forum.jogamp.org/Jogl-initialisation-tp4030830p4030844.html
yes, every jar is signed with the same certificate, my self-cert. If they are not all signed with the same cert a security error occurs.
My app loads as trusted but jogl doesn't for some reason. I receive an access control exception when one of the jogl classes attempts to access its classloader.
As that doesn't seem to be working I am currently attempting to load the natives manually before jogl is initialised.
gluegen-rt.dll and nativewindow_awt.dll load ok
but I am getting the following error...
java.lang.UnsatisfiedLinkError: C:\Users\Penny\AppData\MyApp\natives\windows-amd64\nativewindow_win32.dll: %1 is not a valid Win32 application
I have no idea why this is doing this.
Regards
Penny