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
library (Read 616 times)
library
Oct 12th, 2009, 3:34am
 
Hi,
I am trying to use some piece of code that needs some library
import java.awt.Frame;
import processing.core.PApplet;
Apparently there are not default installed, is there an howto to install libraries ?
Thanks
Alex
Re: library
Reply #1 - Oct 12th, 2009, 4:55am
 
What is the context? Doing that in Eclipse?
In the PDE, all the packages you mention are included by default.
Page Index Toggle Pages: 1