import processing.core.PApplet;
public class Main {
public static void main(String[] args) {
PApplet.main(new String[]{TheApp.class.getName()});
}
}
And here is the error:
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
PApplet cannot be resolved