| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

ProcessingInEclipse

Page history last edited by PBworks 16 years, 1 month ago

Here's an older forum post about writing Processing sketches in Eclipse.

http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Integrate;action=display;num=1117133941

 

Upshot:

  • Create a new Java project.
  • Add PROCESSING/lib/core.jar to the build path of the project.
  • Create a new class that subclasses PApplet.
  • Run as Java Applet. You'll have to set width,height of applet separately in the run configuration.
  • For testing of new libraries, just add the library project to the build configuration.
  • Since you're not running the preprocessor now, the code needs to be "real" java. Some trickiness:

Comments (0)

You don't have permission to comment on this page.