On 17/02/14 15:01, Nikos Chantziaras wrote:
Do you happen to know why on Linux I can't compile Java source that uses pdfbox?$ javac -classpath /usr/share/pdfbox/lib/pdfbox.jar pdf.java pdf.java:1: error: package org.apache.pdfbox does not exist
Please ignore. It seems that my Linux distro (Gentoo) installed a version of pdfbox that requires this:
import org.pdfbox.pdmodel.*;That is, without the "apache". Is this some kind of old version? The version is "0.7.3".