On Sunday 14 April 2002 16:54, Jeff Mullen wrote: > Hello, > > I recently downloaded Jmol 1.2 (tar.gz format) and have tried to run > it on my Linux box (Red Hat 7.2 install). I don't have ksh, so I instead > run it from the command line directly: > > java -Djmol.home=./ -cp ./jars/jmol.jar org.openscience.jmol.Jmol > > where I am running from the jmol-1.2/ directory. The error occuring is > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/openscience/jmol/Jmol
Could you try the following? java -jar ./jars/jmol.jar BTW, which Java version are you using? The above way only works for Java 1.2 and higher... Egon _______________________________________________ Jmol-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-users

