Error using beginRecord in Eclipse

edited December 2014 in How To...

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

  • edited December 2014 Answer ✓

    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.

Sign In or Register to comment.