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.
Page Index Toggle Pages: 1
Java IDE's (Read 860 times)
Java IDE's
Feb 21st, 2006, 11:21pm
 
Hi

I have a 3dgame(opengl) im working on in processing and want to move over to a either elipse or jcreator to make it easier to work with awt and other java libraries later on.

Presently i can run the exported java file from processing in jcreator after importing  the required processing jar's (and jogl files). However i have about 5-6 classes at the moment and want to put them in separate files, but when i do that it stops working. How do i fix that? Each class draws a 3d object so i think some extra code is required over the example given in that elipse tutorial.

In eclipse i have problems with it recognising the import opengl statement.

And if anyone knows of any good forum posts about embedding the game/applet in an awt frame that would be cool too.

Re: Java IDE's
Reply #1 - Feb 24th, 2006, 6:45pm
 
I haven't worked with Processing much yet, but I recently started using the NetBeans IDE 5.0, and it is an excellent dev. platform... not sure how to integrate it with processing, but I suspect there is a way.
Cheers.
- Grant Harris, MBL, Woods Hole, MA
Page Index Toggle Pages: 1