Crashes, freezes and other bugs
Frequently Asked Questions
Answer: No! It probably has nothing to do with Marvin. Pages containing frames, tables and applets may crash Netscape under certain circumstances. Such crashes are independent of the applet code. See our bug demo page that contains ten empty applets.
However, these crashes may be avoided by careful programming/testing.
A: The most likely cause is that the applet is improperly
installed or there is a wrong ARCHIVE or CODEBASE setting in the applet tag,
so it cannot find the chemaxon/marvin/templates directory.
If Marvin is installed into "somedirectory", then
| use this: | ARCHIVE="marvin.jar" CODEBASE="somedirectory" |
| NOT this (WRONG!): | ARCHIVE="somedirectory/marvin.jar" |
A: The most likely cause is that the applet is improperly
installed or there is a wrong ARCHIVE or CODEBASE setting in the applet tag,
so it cannot find the class files in the chemaxon/marvin/modules/ directory.
If Marvin is installed into "somedirectory", then
| use this: | ARCHIVE="marvin.jar" CODEBASE="somedirectory" |
| NOT this (WRONG!): | ARCHIVE="somedirectory/marvin.jar" |
A: Write a mail to bugs@chemaxon.com describing the circumstances: