We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOpenGL and 3D Libraries › OpenGL error on Windows
Page Index Toggle Pages: 1
OpenGL error on Windows (Read 690 times)
OpenGL error on Windows
Apr 29th, 2007, 5:23am
 
Hi All, I wanted to post this in a previous thread, but it didn't seem to be accepting new replies.

I get an error when trying to run an OpenGL applet on WindowsXP (SP2). This is with Processing 0124. Expert or not. I tried updating to the more recent version of the JRE as per this bug, but no difference. Any suggestions

Code:

java.lang.NoSuchMethodError: processing.core.PGraphics3D: method <init>()V not found

at processing.opengl.PGraphicsOpenGL.<init>(PGraphicsOpenGL.java:103)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

Re: OpenGL error on Windows
Reply #1 - May 2nd, 2007, 1:57pm
 
you'll need to show the rest of the code that's causing the problem.
Page Index Toggle Pages: 1