Even with the most simple sketch, the class simply cannot be found:
import processing.net.*;
Client myClient;
void setup(){
}
void draw(){
}
this still gives me the same error
Even with the most simple sketch, the class simply cannot be found:
import processing.net.*;
Client myClient;
void setup(){
}
void draw(){
}
this still gives me the same error