Importing processing.net.* into Eclipse
in
Contributed Library Questions
•
10 months ago
I'm writing a Java program in Eclipse that starts threads, each running their own Processing process. To do so, I've followed the instructions here (
http://processing.org/learning/eclipse/) to import processing.core.*, and everything is working beautifully.
However, I would also like to use the net library (
http://processing.org/reference/libraries/net/index.html) in that thread, but I can't find any documentation on how to import processing.net.*, only processing.core. Of course, if I try to create instances of Server or Client without importing processing.net, I only get errors.
Does anyone know how to include processing.net?
Thanks!
1