i am sure the navigator could not  find your applet.check the parameters of the tag applet in your html files.

解决方案 »

  1.   

    如果你用了swing控件或jdk1.2以上版本的类,要如下修改htm文件
    <HTML>
    <BODY>
    <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
        width="400" height="400" align="baseline"
        codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0">
        <PARAM NAME="code" VALUE="Show2Image.class">
        <PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
        <PARAM NAME="MAYSCRIPT" VALUE="true">
    </OBJECT></BODY>
    </HTML> 
      

  2.   

    下载sun的Plug-in组件 安装即可运行