User 953c0d67b0
08-03-2006 10:51:46
I am using Molecule::aromatize() (actually since I am not specifying
an integer parameter as required in Molecule::aromatize(int), I'm
invoking the inherited aromatize() from class MoleculeGraph)
I am getting a SECURITY exception. The API simply says:
Throws:
java.lang.SecurityException - cannot load module because of a security problem (firewall)
Can someone explain this to me and/or tell me how to get around the
security exception. Is this caused by my particular machine's firewall???
Would it help for me to (instead) invoke Molecule::aromatize(int)??
If so, what algorithm should I use? (what int parameter should I
pass it? API says the parameter specifies which algorithm to use)
I am applying the method to a LIST of Molecules.....the exception is
only being thrown on SOME of them (probably only the ones with
aromatics!!)
I need to aromatize() in order to use class MolSearch methods
(findFirst(), etc), or so says the API.
Thanks,
Kevin
an integer parameter as required in Molecule::aromatize(int), I'm
invoking the inherited aromatize() from class MoleculeGraph)
I am getting a SECURITY exception. The API simply says:
Throws:
java.lang.SecurityException - cannot load module because of a security problem (firewall)
Can someone explain this to me and/or tell me how to get around the
security exception. Is this caused by my particular machine's firewall???
Would it help for me to (instead) invoke Molecule::aromatize(int)??
If so, what algorithm should I use? (what int parameter should I
pass it? API says the parameter specifies which algorithm to use)
I am applying the method to a LIST of Molecules.....the exception is
only being thrown on SOME of them (probably only the ones with
aromatics!!)
I need to aromatize() in order to use class MolSearch methods
(findFirst(), etc), or so says the API.
Thanks,
Kevin