Network classes not recognised

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