I've just recently downloaded PDFBox for use in Java (IDE is Dr. Java). It is currently located in my Downloads folder, so I'm assuming I have to specify a filepath so Java can access it. How do I set a filepath in Java so that it knows where to locate PDFBox? (or, if this assumption is incorrect, how do I get Java to recognize and utilize PDFBox?)
Also, I assume I'm going to have to use an IMPORT statement before my main class declaration and was wondering what statement should I use for PDFBox? (i.e. for Scanner, using import java.util.Scanner)
Thanks!