We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I am building an app under eclipse and have added all the processing libs so that the code is found. The app builds and run, but when adding:
beginRecord(PDF, "test.pdf");
it cannot find the library. I have included every library in the core directory, can anyone identify which library I should be including?
Answers
import processing.pdf.PGraphicsPDF;
"processing-2.2.1/modes/java/libraries/pdf/library/pdf.jar"
"processing-2.2.1/modes/java/libraries/pdf/library/itext.jar"
"it cannot find the library"
Might be interesting to have an exact error message.