On Sat, 2004-10-16 at 17:07, Bart Alberti wrote: > thanks, multivalent looked inspiring. Sadly > export CLASSPATH=~/download Java wants the name of the jar file in the class path, not just the directory, try: export CLASSPATH=~/download/Multivalent20040315.jar (or whatever the .jar file name is) And you should get better results.