Applet not inited

  • Share
  • Share

Applies to:
NA

Description:
Occurs when Applet can be initiated

Cause:
* You are using Internet Explorer which has a defective or missing Java.
* Missing package statement.
* There can also be problems with your jar file having too much or too little qualification of class names. Your * Make sure the case and name exactly match the name of the *.java file, *.class file, and class name.
* Your CODEBASE= parameters must have an absolute http://-style reference to the base directory where the code is stored.
* Your ARCHIVE= parameter must have a list of the jar files, separated by commas.
* You tried to do something in an unsigned Applet only signed Applets are allowed to do such as reading restricted system properties, perhaps indirectly via Color. getColor.

JAVA-JRE , , , , , , , , , , , , , , , , , , , , , , , , , ,

  1. admin
    March 20th, 2009 at 10:28 | #1

    Look through list of causes and find appropriate cause for Your situation.

  1. No trackbacks yet.