Using the standard Eclipse plug-in to allow Processing style syntax in Eclipse on OS 10.7.
All my import statements to standard java libraries are showing up with errors. E.g.:
import java.io.File;
Results in a line item in the Problems tab in Eclipse with this error:
'Library import "java.io" could not be found. Check the library folder in your sketchbook.'
There are no issues with importing and using the same Java libraries in the Processing IDE.
Do I really need to copy all Java libraries, including standard ones, to the [sketchbook]/libraries folder? Where do you find individual standard libraries.
Is there an easy configuration option to let Eclipse know where java libraries are? What is my rookie mistake here?