jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

'pdf' library not found when using processing-py.jar to execute sketches from command line #210

Open ultravioletcatastrophe opened 6 years ago

ultravioletcatastrophe commented 6 years ago

When I enter java -jar processing-py.jar lissajouspendulum.py Exception: This sketch requires the "pdf" library. at 0:0 in lissajouspendulum.py

Tried to copy the pdf library from the processing source code, at which point I get the following error message: java.lang.ClassNotFoundException: processing.core.PGraphicsJava2D