User d4e43202ac
15-10-2012 20:46:18
I am trying to perform a ward clustering. The command:
java -cp "/home/rwharper/ChemAxon/JChem/lib/jchem.jar:home/rwharper/ChemAxon/JChem/lib/jchem:/usr/share/java" chemaxon.clustering.ward -f 1024 -x -y -z -c 1000 -g -i rocs_egfr_src_q2_results.fp -o rocs_q2_clustered.out
Gives the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: chemaxon/clustering/ward
Caused by: java.lang.ClassNotFoundException: chemaxon.clustering.ward
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)
Could not find the main class: chemaxon.clustering.ward. Program will exit.
I the class not really there, or do I not have the path right?
Dick