FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Discussion
   General Processing Discussion
(Moderators: fry, REAS)
   Processing in Eclipse?
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Processing in Eclipse?  (Read 514 times)
toblix

Email
Processing in Eclipse?
« on: Nov 10th, 2003, 2:14pm »

Is it possible to program in Processing using Eclipse? If so, how? If not, why?
 
fry


WWW
Re: Processing in Eclipse?
« Reply #1 on: Nov 10th, 2003, 4:43pm »

language-wise, not yet. nobody has written the extension (for things like 'color' and #cc00cc and substituting f for floats).
 
but library wise, sure. take the classes from lib/export and make a .jar file out of them that you include with your project. or if you want sound/net/video/serial, you'll have to grab all the B---.class files from inside lib/pde.jar.  
 
your project should just use "extends BApplet".
 
you can open the .jar in any zip program to unpack it, or use the zip program to package it back up again, just remove the .zip and replace it with .jar and you're there.
 
Pages: 1 

« Previous topic | Next topic »