Re: disable depth
Posted by
Wade Walker on
Mar 09, 2012; 4:21am
URL: https://forum.jogamp.org/disable-depth-tp3797369p3811659.html
Are you sure you set up the files for the non-Mac platforms correctly in your JNLP? You said it fails on Ubuntu and says this:
stuntman wrote
nativePrefix = nativeSuffix = .dll
but on Ubuntu I'd expect to see prefix of "lib" and suffix of ".so" -- it looks like it's trying to load the Windows libraries for some reason.