Hello folks,

I have downloaded the CDK package onto my Windows 7 laptop.
I have compiled it following instructions in the README file.
I created one large .jar file using "ant dist-large". It
seems to work and I can see the classes inside this 

cdk-1.4.16.jar file using "jar -tf".

However, when I tried to compile my java program, javac

crashed upon the line "import org.openscience.cdk.*;"
because "the package org.openscience.cdk does not exist".
I checked that I have set the CLASSPATH env variable to
point to this cdk-1.4.16.jar file.

Alternatively, I noticed that there are java class files in
%CDK_HOME%\dist\appjars\org\openscience\cdk. So I tried
setting CLASSPATH to %CDK_HOME%\dist\appjars. But still,
javac crashed, complaining that "the package 

org.openscience.cdk does not exist.

So what have I missed?

Many thanks for your help.

Ling
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Cdk-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to