User 551e3ff0f7
26-06-2009 08:42:25
I've just updated to the lasted jchem and now getting NullPointerExceptions from getAromaticAndAliphaticRings();
Molecule m = MolImporter.importMol("Sc1nc(n[nH]1)c2ccccc2Cl", "smiles");
m.getAromaticAndAliphaticRings(0, false, false, 0, 0);
I've created a test project with just the latest chemaxon jars + JRE 1.6.
Has something changed, do I need to add something for this to work ?