Applet.class指是我要运行的.class文件

解决方案 »

  1.   

    appletviewer看看能运行吗?
      

  2.   

    小应用程序在IE中的运行是受到IE的限制的,在编制时千万要避免使用新的技术;
    你的小应用程序使用applitviewer能不能运行?
      

  3.   

    你的applet不会也叫Applet吧,不要和它的父类同名啊!
    还有就是你的classpath要设好!
    htmlconverter好像也不一定要用!我用过也出错,后来不用反倒
    正常了,我现在用的是1.2,
    最后,去m$下个新的jvm吧!
      

  4.   

    applet program must run on the appletviewer, 
    if you program have a main method then you could run it 
    as a console program.
      

  5.   

    在appletviewer中可以正常运行,
    我的applet中用了swing,但是,我安装了1。3。1版的plugin
    照说应该没有问题呀。没有用swing的applet运行正常。
    我是在xp,ie6下运行的;
      

  6.   

    呵呵,我自己找到原因了。
    我的.class文件所在的目录名是中文,把它改成英文就ok了!