Hi everyone.
My name is Telmo Rocha and i've used processing for quite a bit till about one year ago.
This past few days i decided to make a small sketch just for the practice sake. But to my surprise i came to some errors.
Its seems that new Processing's version and my Java are in some kind of disagreement. The error print is the follow:
Code:Exception in thread "Animation Thread" java.lang.VerifyError: (class: processing/opengl/PGraphicsOpenGL, method: bindTexture signature: (Lprocessing/core/PImage;)V) Bad access to protected data
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:1158)
at processing.core.PApplet.size(PApplet.java:998)
at processing.core.PApplet.size(PApplet.java:958)
at inJet.setup(inJet.java:24)
at processing.core.PApplet.handleDraw(PApplet.java:1402)
at processing.core.PApplet.run(PApplet.java:1327)
at java.lang.Thread.run(Thread.java:619)
*This was with a simple OpenGL'ed size().
This is the same error i get if i try to run _any_ of the OpenGL library examples.
This is happeving to me having the latest Processing version, and the laters Java update.
I've also tryed some other OpenGL Java online applet without a problem.
I have no idea what happening, or if this is a known error. But i decided to post it here since i'm only having problems with OpenGL Apps.
Did anyone else came up with this type of errors or have some kind of idea why am i having this error?
Any kind of information would be most useful.
Thanks all.