Can not find chemaxon.struc package in the latest JCHEM

User cd3db86c55

26-10-2012 13:43:14

Maybe I post in a wrong place, but anyway, my question is.


When I import the latest merged JCHEM.jar into my project, it says there is no chemaxon.struc package there, I check it and did not find it. But it is contained in the early version.


I checked the documents, and did not find any clues..


Where can I find Molecule object in the new JCHEM?


 


Thanks

ChemAxon 9c0afc9aaf

26-10-2012 15:37:13

Hi,


It can be found in the chemaxon-core.jar currently.


Normally (i.e . in an application) only jchem.jar needs to be in the classpath, all the other jar files are referenced from the jchem.jar from the manifest


In certain environments this is not effective (e.g. some developement enviroments).


In this case all the jar files should be imported to that environment, regardless of using the merged version of the library or not.(the former just reduces the number of files somewhat)


Best regards,


Szilard


 

ChemAxon 9c0afc9aaf

28-10-2012 22:37:45

PS: 


I have been informed that we also plan to in integrate this new .jar (and some more) into the jchem.jar in the future in the merged version of the library.


(Basically it was separated out in the regular version, but this wasn't handled yet in the merged version)