Troubleshooting


Problem Cause/Solution
Message "Cannot find class java/lang/Thread" The Java virtual machine cannot start up. Check your Java installation, in particular your classpath. The standard Java class library should be on your classpath (or in a standard location).
Message "Cannot find class Crema" The Java virtual machine cannot find Crema. Check your Crema installation. Try the alternative installation if nothing else helps.
The main applet class (the one derived from java.applet.Applet) is renamed to "$nn.crema" where nn is a number. You have not declared the class public. Change the class declaration, then recompile and reobfuscate.
The main application class (the one containing void main()) is renamed to "nn.crema" or "$nn.crema" where nn is a number. You have not declared the class public. Change the class declaration, then recompile and reobfuscate.
Applet works locally but not when loaded from a server. The applet contains illegal identifiers. Many browsers (including Netscape Navigator 3) refuse to load such applets from a server. Re-run the full version of Crema without the -ill switch.
Applet does not work with Netscape Navigator 2. The applet contains illegal identifiers. Netscape Navigator 2 refuses to load such applets, even from the local filesystem. Re-run the full version of Crema without the -ill switch.

<< Copyright © 1996 Hanpeter van Vliet >>