Comment 6 for bug 1167469

Revision history for this message
Gerhard Dickescheid (gerhard-dickescheid) wrote :

To solve the NoClassDefFoundError of the version of pdfsam installed by package manager, just install the addional jgoogies-common java libary with:
sudo apt-get-install libjgoodies-common-java

cd in pdfsam lib dircetory with
cd /usr/share/pdfsam/lib

and add a symlink with
sudo ln -s ../../java/jgoodies-common.jar

the new jar is automatically included in the java classpath if starting pdfsam again.