Hi there! I've been updating my Processing-based desktop application to processing 3 and found this issue when trying to run from Eclipse:
The type processing.core.PGraphicsJava2D cannot be resolved. It is indirectly referenced from required .class files
The 'required .class file' seems to be processing.core.PApplet I've checked and there's a processing.awt.PGraphicsJava2D but not a processing.core.PGraphicsJava2D.
Is there a quick way of solving this? Or am I missing something?