Hi Jani,
(please continue on the cdk-user mailing list)
On Wednesday 27 December 2006 11:27, jani basha wrote:
> I am Jani. I am concentrating on CDK. I installed
> jdk1.5 update version & I am working on that. I want
> to execute below program, please give suggestions to
> me to do that.
>
> For that purpose any paths I have to set. If so
> please send me those detailes.
See below.
> package org.openscience.cdk.applications.swing.editor;
<snip>
> public class AtomContainerEditor extends
> ChemObjectEditor {
<snip>
> }
You cannot execute this code directly, as it is not a 'Java application', i.e.
it does not have a main() method. Instead, this class is used within
JChemPaint, so that would be the way to run it. Look up how to compile and
run JChemPaint; Compiling can be done with:
$ ant -f build-jchempaint.xml
and then you can 'run' the created jchempaint.jar with something like:
$ java -jar dist/jar/jchempaint.jar
though you need to change it to the correct name of the jar.
Egon
--
[EMAIL PROTECTED]
Cologne University Bioinformatics Center (CUBIC)
Blog: http://chem-bla-ics.blogspot.com/
GPG: 1024D/D6336BA6
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Cdk-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdk-user