FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1314 : included OPENGL examples in 1.0.6 fail with 'no jogl in java.library.path'
Last modified: 2009-08-31 06:45
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
DUPLICATE of bug
1259
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
hgi0100
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2009-08-31 06:38
Just installed the full (java included) version of 1.0.6, and when i try to run any
OPENGL examples I get the following jogl error, not sure why but suspect it may be a
bug. I tried reinstalling 1.0.6 but problem persists, also cleared out classpath etc. but
to no avail.
I am running Windows XP - never had an issue with opengl before today with
previous processing versions.
any Error is:-
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: no jogl in
java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at com.sun.opengl.impl.NativeLibLoader.loadLibraryInternal
(NativeLibLoader.java:189)
at com.sun.opengl.impl.NativeLibLoader.access$000
(NativeLibLoader.java:49)
at com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary
(NativeLibLoader.java:80)
at com.sun.opengl.impl.NativeLibLoader.loadLibrary
(NativeLibLoader.java:103)
at com.sun.opengl.impl.NativeLibLoader.access$200
(NativeLibLoader.java:49)
at com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:111)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.opengl.impl.NativeLibLoader.loadCore
(NativeLibLoader.java:109)
at com.sun.opengl.impl.windows.WindowsGLDrawableFactory.<clinit>
(WindowsGLDrawableFactory.java:60)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at javax.media.opengl.GLDrawableFactory.getFactory
(GLDrawableFactory.java:106)
at processing.opengl.PGraphicsOpenGL.allocate
(PGraphicsOpenGL.java:171)
at processing.core.PGraphics3D.setSize(PGraphics3D.java:316)
at processing.core.PApplet.makeGraphics(PApplet.java:1148)
at processing.core.PApplet.size(PApplet.java:982)
at processing.core.PApplet.size(PApplet.java:942)
at test.setup(test.java:23)
at processing.core.PApplet.handleDraw(PApplet.java:1383)
at processing.core.PApplet.run(PApplet.java:1311)
at java.lang.Thread.run(Thread.java:619)
many thanks
Additional Comment
#1 From fry 2009-08-31 06:45
this is almost certainly a bad library. see
bug #1259
.
*** This bug has been marked as a duplicate of
1259
***