Loading...
Logo
Processing Forum
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!

Replies(1)

Actually I found a solution, the file (on macs) is in Processing.app/Contents/Resources/Java/modes/java/libraries/net/library/net.jar

No wonder I couldn't find it.