User 67a2de9478
21-02-2007 11:55:27
Hi!
When I'm trying to compile the code examples e.g. in MarvinBeans, I always get the failure message :
SimpleConverter.java:11: package chemaxon.formats does not exist
import chemaxon.formats.*;
^
SimpleConverter.java:12: package chemaxon.struc does not exist
import chemaxon.struc.*;
^
SimpleConverter.java:27: cannot find symbol
symbol : class MolImporter
location: class SimpleConverter
MolImporter importer = new MolImporter(args[0]);
^
SimpleConverter.java:27: cannot find symbol
symbol : class MolImporter
location: class SimpleConverter
MolImporter importer = new MolImporter(args[0]);
^
SimpleConverter.java:28: cannot find symbol
symbol : class Molecule
location: class SimpleConverter
Molecule mol = importer.read();
^
5 errors
Like in the installation guide, I set the system variable JCHEMHOME but, nevertheless, the Java-Compiler seems not to find the right packages. Did I miss to set an environment variable and if to "where" ?
Sorry, I'm Java newby and don't know what variables to set for the compiler to use.
Sebastian
When I'm trying to compile the code examples e.g. in MarvinBeans, I always get the failure message :
SimpleConverter.java:11: package chemaxon.formats does not exist
import chemaxon.formats.*;
^
SimpleConverter.java:12: package chemaxon.struc does not exist
import chemaxon.struc.*;
^
SimpleConverter.java:27: cannot find symbol
symbol : class MolImporter
location: class SimpleConverter
MolImporter importer = new MolImporter(args[0]);
^
SimpleConverter.java:27: cannot find symbol
symbol : class MolImporter
location: class SimpleConverter
MolImporter importer = new MolImporter(args[0]);
^
SimpleConverter.java:28: cannot find symbol
symbol : class Molecule
location: class SimpleConverter
Molecule mol = importer.read();
^
5 errors
Like in the installation guide, I set the system variable JCHEMHOME but, nevertheless, the Java-Compiler seems not to find the right packages. Did I miss to set an environment variable and if to "where" ?
Sorry, I'm Java newby and don't know what variables to set for the compiler to use.
Sebastian