Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 2896

processing.core.PGraphics2DJava missing for PApplet

$
0
0

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?


Viewing all articles
Browse latest Browse all 2896

Trending Articles