opengl problems getting processing plugin running in eclipse...
in
Integration and Hardware
•
1 year ago
Hi,
I'm having some problems trying to get opengl to play nice with the eclipse processing plugin (which I got as per these instructions: http://wiki.processing.org/w/Eclipse_Plug_In). The plugin installed fine, and I've imported my old sketchbook no problem, but it reported an error saying that the OpenGL.jar file was missing from the plugin library.
So I did some reading on here (and a few other places). I've put opengl.jar and gluegen-rt.jar in the 'libraries' directory int he sketch, and then added them to the Java Build Path (r-click on the base sketch folder, properties, Java Build Path', Libraries, Add Jars...). This deals with the original error but now I get a new error saying
"The import processing.opengl cannot be resolved"
Double-clicking the error opens the sketch java file and highlights the 'import processing.opengl.*;' line as the source of the error.
Has anyone got any idea what its complaining about?
Nick
I'm having some problems trying to get opengl to play nice with the eclipse processing plugin (which I got as per these instructions: http://wiki.processing.org/w/Eclipse_Plug_In). The plugin installed fine, and I've imported my old sketchbook no problem, but it reported an error saying that the OpenGL.jar file was missing from the plugin library.
So I did some reading on here (and a few other places). I've put opengl.jar and gluegen-rt.jar in the 'libraries' directory int he sketch, and then added them to the Java Build Path (r-click on the base sketch folder, properties, Java Build Path', Libraries, Add Jars...). This deals with the original error but now I get a new error saying
"The import processing.opengl cannot be resolved"
Double-clicking the error opens the sketch java file and highlights the 'import processing.opengl.*;' line as the source of the error.
Has anyone got any idea what its complaining about?
Nick
1