User d42fd96da3
21-08-2015 11:04:25
Hi,
I am new to ChemAxon. My code needs to use the following package:
import chemaxon.marvin.calculations.ElementalAnalyserPlugin;
import chemaxon.marvin.calculations.HBDAPlugin;
import chemaxon.marvin.calculations.MajorMicrospeciesPlugin;
import chemaxon.marvin.calculations.TPSAPlugin;
import chemaxon.marvin.calculations.TopologyAnalyserPlugin;
import chemaxon.marvin.calculations.logPPlugin;
I have downloaded MarvinBeans and Jchem. I added MarvinBeans.jar location to classpath: C:\Program Files (x86)\ChemAxon\MarvinBeans\lib
When I run the windows (32bits) command line:
javac MarvinBeans.jar calculateMQN.java
I kept getting errors:
calculateMQN.java:3: error: package chemaxon.marvin.calculations does not exist
Do I need a license to compile the file? I have got license for the following calculation plug-ins:
Protonation Plugin
Partitioning Plugin
NMR Predictor
Isomers Plugin
Markush Enumeration Plugin
Predictor Plugin.
I have attached here the code I wish to compile.
Thank you,
Hai Ha.