Hi all,
I want to learn Java and write a program using PDFBox and Lucene and I`m trying desperately to get both working in Eclipse and Netbeans.
Until now I couldn`t find some information on how to import zip files in Eclipse and Netbeans.
I see PDFBox under Java Build Path / Libraries and the contents of the PDFBox are in the project explorer under my project but when I try:
import org.pdfbox;
I get the error: "the import org.pdfbox cannot be resolved"
What I`m supposed to do with this PDFBox zip File?
How does it integrate with Eclipse and Netbeans?
What kind of adjustments do I have to do in my Java Build Path?
Please help!!!
Thanks in advance!