Please consider updating the summary page (<https://sourceforge.net/projects/multivalent/>) and web page (<http://multivalent.sourceforge.net/>) for this project to let people know that the tools have been yanked. It took me 45 minutes of searching around to discover this. It looks like I'm not the only one who had difficulty figuring this out.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Okay, what am I missing here?
% md5sum Multivalent20091027.jar
ceaf17974c8e64aa7e89c7db3b4f4ba9 Multivalent20091027.jar
% shasum Multivalent20091027.jar
48074fd334a3c8ce4dcda997d63fb0ae962ce4df Multivalent20091027.jar
% java -cp "${PWD}:${PWD}/Multivalent20091027.jar" tool.pdf.Compress --help
Exception in thread "main" java.lang.NoClassDefFoundError: tool/pdf/Compress
Caused by: java.lang.ClassNotFoundException: tool.pdf.Compress
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
% unzip -d Multivalent20091027 Multivalent20091027.jar
...
% find Multivalent20091027 -name \*\[cC\]ompress\* -o -name \*\[tT]ool\*
Multivalent20091027/multivalent/std/ui/Toolbar.class
Multivalent20091027/org/apache/tools
Multivalent20091027/sys/hub/Tool.hub
Please consider updating the summary page (<https://sourceforge.net/projects/multivalent/>) and web page (<http://multivalent.sourceforge.net/>) for this project to let people know that the tools have been yanked. It took me 45 minutes of searching around to discover this. It looks like I'm not the only one who had difficulty figuring this out.