Login  Register

Re: UnsatisfiedLinkError outside NetBeans

Posted by Mac70 on May 13, 2014; 9:55pm
URL: https://forum.jogamp.org/UnsatisfiedLinkError-outside-NetBeans-tp4032334p4032336.html



"Data" folder contains all data, textures, models etc. needed for the program to work, loaded before "main" window with JOGL GLJPanel is created (textures and models are loaded lazily during runtime in graphics thread). I am sure that it does not cause any problems.

"lib" folder contains mentioned libraries, screenshot in first post.

I am running program using jar in this folder.