|
Hello all!
I have just downloaded an app (.jar) on my mac. The main purpose of this app is to make cylindrical anamorphic drawing. After importing the image and writing some measurements I press "run" and the same problem comes out:
An uncaught exception (runtime error) has occured: java.lang.UnsatisfiedLinkError: no jogl in java.library.path. Would you like to see a detailed description of the error?
Here is the description:
Error: java.lang.UnsatisfiedLinkError: no jogl in java.library.path
Stack Trace:
java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
java.lang.Runtime.loadLibrary0(Runtime.java:870)
java.lang.System.loadLibrary(System.java:1122)
com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeLibLoader.java:78)
com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:101)
com.sun.opengl.impl.NativeLibLoader.access$100(NativeLibLoader.java:47)
com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:109)
java.security.AccessController.doPrivileged(Native Method)
com.sun.opengl.impl.NativeLibLoader.loadCore(NativeLibLoader.java:107)
com.sun.opengl.impl.macosx.MacOSXGLDrawableFactory.<clinit>(MacOSXGLDrawableFactory.java:53)
java.lang.Class.forName0(Native Method)
java.lang.Class.forName(Class.java:264)
javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:108)
CylinderReflectionGenerator.onFile_DistortMenuItem(CylinderReflectionGenerator.java:825)
CylinderReflectionGenerator.access$900(CylinderReflectionGenerator.java:22)
CylinderReflectionGenerator$DistortThread.run(CylinderReflectionGenerator.java:515)
Is there any easy way to fix this problem? I tried to google, but all the guides are super complicated for me.
Thank you for your help in advance.
|