G'day, <http://sourceforge.net/tracker/index.php?func=detail&atid=120024&aid=1725334&group_id=20024>
After patching two files (attached) as follows:
Boolean.parseBoolean(String) -> new Boolean(String).booleanValue()
and
String.contains(String) | -> String.indexOf(String) > -1 ||
you get a bit further along the build then this error crops up
[javac]
/home/soldev/cdk-src+libs-1.0/build/src/org/openscience/cdk/libio/cml/Convertor.java:62:
cannot access org.xmlcml.cml.base.CMLElement
[javac] bad class file:
/home/soldev/cdk-src+libs-1.0/jar/jumbo52.jar(org/xmlcml/cml/base/CMLElement.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.xmlcml.cml.base.CMLElement;
This indicates that jumbo52.jar has been compiled using JDK1.5 and so is
incompatible with compilation using JDK1.4...
Regards,
Chris.
IteratingMDLReader.java
Description: java/
QSARConvention.java
Description: java/
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Cdk-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cdk-user

