applet 中class '*' not found?
可能是你的JAVA版本太高。IE不能识别。

解决方案 »

  1.   

    jbuilder 5 自带的jdk 1.3.0
      

  2.   

    框架
    <applet height=200 weight=400 cocde=xxx.class>
    </applet>
      

  3.   

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=GBK">
    <title>
    HTML Test Page
    </title>
    </head>
    <body>
    <applet height=200 weight=400 cocde=CalculatorApplet.class>
    </applet>
    </body>
    </html>
      

  4.   

    我的html文件如下:CalculatorApplet.class已存在且正常编译
    <html>
    <head>
    <title>
    HTML Test Page
    </title>
    </head>
    <body>
    <applet height=200 weight=400 cocde=CalculatorApplet.class>
    </applet>
    </body>
    </html>
    为什么不行?
      

  5.   

    我的问题也是一样。我是ie5.5,win98关注你的解答。
    如有好的解答,请给我一份。
    [email protected]
      

  6.   

    go fanyd:
    贴子的标题是什么?
      

  7.   

    cocde=错了应该是code=先看路径与网页是否相同,否则可能是ie不识别,ie自带的jre是1.1以前的,很烂,很多新东西用不了