User 1f4905a987
26-11-2012 20:51:25
I'm working with a python script that was written for Windows, but on a Mac. It calls the molconverter, but when it does I receive the error message:
Exception in thread "main" java.lang.NoClassDefFoundError: chemaxon/formats/MolConverter
Caused by: java.lang.ClassNotFoundException: chemaxon.formats.MolConverter
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)
I copied the molconverter binary to the standard directory, /usr/bin/. Maybe I'm supposed to move another file.
Thoughts as to what I might do to fix the problem? Thanks