Hi,

I am getting build fails with Eclipse on Mac OS X after my last synchronization with CVS:

   [javac] /Users/rkanters/Projects/Eclipse/Jmol/src/org/jmol/adapter/cdk/CdkJmolAdapter.java:33: cannot access org.openscience.cdk.CDKConstants
    [javac] bad class file: /Users/rkanters/Projects/Eclipse/Jmol/jars/jmol2cdk.jar(org/openscience/cdk/CDKConstants.class)
    [javac] class file has wrong version 49.0, should be 48.0
    [javac] Please remove or make sure it appears in the correct subdirectory of the classpath.
    [javac] import org.openscience.cdk.CDKConstants;

The CdkJmoladapter.java also flags all kinds of import issues with the org.openscience.cdk.interfaces classes...

This last sync got me jmol2cdk.jar version 1.31.

What do I need to do to be able to build properly again?

René

Reply via email to