User 1033cfd7dc
27-01-2008 14:26:05
Dear Support,
I've downloaded:
(1) jchem_5_0_0beta2.zip
(2) marvin-applet-solubilityplugin-5_0_0beta2.zip
(3) marvinbeans-5_0_0beta2.zip
and extracted to a Tomcat server's 'WEB-INF/lib' directory the following:
- every .jar from (1)
- 'solubility4applet.jar' from (2)
- 'MarvinBeans.jar' from (3)
Using the following code:
----
try { PROBLEM
} catch (Throwable e) {
e.printStackTrace();
try
outs.println(HTMLTools.exceptionToString(e));
catch(Throwable nf)
outs.println("Error: JChem repository not found");
}
---
drops: 'Error: JChem repository not found'.
With JChem 3.2.6 everything is fine, it prints the exception.
Any suggestion to solve the problem?
Thanx!
I've downloaded:
(1) jchem_5_0_0beta2.zip
(2) marvin-applet-solubilityplugin-5_0_0beta2.zip
(3) marvinbeans-5_0_0beta2.zip
and extracted to a Tomcat server's 'WEB-INF/lib' directory the following:
- every .jar from (1)
- 'solubility4applet.jar' from (2)
- 'MarvinBeans.jar' from (3)
Using the following code:
----
try { PROBLEM
} catch (Throwable e) {
e.printStackTrace();
try
outs.println(HTMLTools.exceptionToString(e));
catch(Throwable nf)
outs.println("Error: JChem repository not found");
}
---
drops: 'Error: JChem repository not found'.
With JChem 3.2.6 everything is fine, it prints the exception.
Any suggestion to solve the problem?
Thanx!