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
Processing in eclipse (Read 882 times)
Processing in eclipse
Oct 26th, 2008, 11:08am
 
http://processing.org/learning/tutorials/eclipse/

I would recommend the following main method, which is refactor-safe and includes the package name:

public static void main(String args[]) {
   PApplet.main(new String[] { "--present", MyProcessingSketc.class.getCanonicalName() });
 }
Page Index Toggle Pages: 1