Hi
I've been trying to install the libaries in Netbeans for PDFBox 2.0.24. I added the library files shown under 2.0.24 here:
https://pdfbox.apache.org/download.html.
In Netbean I right-clicked on properties, and then library, and then the plus sign next to CLASSPATH, and added the six libraries.
Once all the classes are imported, everything looks OK, but then I do this simple
test to create a blank PDF document:
The
IDE does not show any errors, but when I run it, it gives error of "java.lang.NoClassDefFoundError". I can't really figure out what to do as there is not much documentation on this and I haven't done much with external libraries before. Can anyone help?