Thanks.

 

Hongmei

 

Hello, there,

 

I am using JChemPaint-2.2.1.jar and trying to use SmilesGenerator. But it couldn't find its constructor in JAR file. Could you help me figure it out?

 

Just try the following simple code, you will see the problem

 

import org.openscience.cdk.smiles.*;

public class test

      {

            public static void main(String[] args)

                  {

                  SmilesGenerator generator = new SmilesGenerator ();

                  }

      }

Reply via email to