how to run tools from a java archive (jar file)
Exception in thread "main" java.lang.NoClassDefFoundError: tools/pdf/Impose
This happens even when I'm in the directory containing the jar file.
I've never installed it by myself though so am not sure that I've done it right. I put the jar file into ~/library/java but that was a guess after reading lots of web pages that don't quite say what to do. They assume that I've read some intro material that I haven't been able to find.
Any pointers on where I can find out how to do this right?
In case it's relevant, java -version returns:
java version "1.5.0_16"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284)
Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)
and echo $CLASSPATH returns a blank line.
MacBook Pro, Mac OS X (10.5.5), 2.2 GHz, 2 MB