Installing GlGraphics on OSX
in
Contributed Library Questions
•
9 months ago
Can anyone please explain (for a novice) why none of the examples in my GlGraphics install run without errors?
http://glgraphics.sourceforge.net/
For most of the examples getting the following error(only the top 7 lines)
The path to my install is
/Users/<username>/Documents/Processing/libraries/GLGraphics/src/codeanticode/glgraphics/
I am running Processing 2.0b7 on OS 10.8.2
- Exception in thread "Animation Thread" java.lang.NoClassDefFoundError: processing/opengl/PGraphicsOpenGL$ImageCache
- at java.lang.Class.getDeclaredConstructors0(Native Method)
- at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
- at java.lang.Class.getConstructor0(Class.java:2699)
- at java.lang.Class.getConstructor(Class.java:1657)
- at processing.core.PApplet.makeGraphics(PApplet.java
1