Hi Om, On Thursday 06 July 2006 18:00, Om wrote: > I am trying to calculate molecular descriptor using CDK. > I have compiled CDK from svn using JDK5.0. I have added to > JDK/jre/lib/ext/jgrapht-jdk1.5.jar, Jama-1.0.2.jar.
To what? > I am able to compile the code. But while executing the code am getting > following error. You can best compile it with 'ant dist-large', which will create one big jar for the CDK and all required third-party libraries. > C:\>javac Desc.java > C:\>java Desc Then you can replace this with: java --classpath dist/jar/cdk-svn-20060706.jar;. Desc Update the cdk-svn-YYYYMMDD.jar to match the day on which you compiled the CDK (obviously :). Note the ';' after the cdk jar, to include the local dir, so that it can find your Desc program too. Egon -- CUBIC blog: http://chem-bla-ics.blogspot.com/ Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Cdk-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cdk-user

