I am revisiting a project that I done at university a few years ago that involved using the Princeton StdDraw Class.
When I try to execute it now in eclipse it is giving me an error that "the import princeton cannot be resolved". I have downloaded the stdlib.jar file again and added it to the build path of the project but I still have the same error. I have also tried to change the import name to edu.princeton.cs.introcs.StdDraw but still no joy.
Any help would be much appreciated. Thanks
import princeton.StdDraw;
StdDraw.setCanvasSize(1355, 660);