IE or Netscape don't support directly Swing Applet. You must use the Java plugins. Then you will need to use the <OBJECT> (IE) or <EMBED> (Netscape) HTML tag instead of the regular <APPLET> tag. To be able use Swing classes (without download delay) from Netscape, copy Swing JAR files (swingall.jar) in the PLUGINS directory and restart Netscape. This is ok with pre-Java 2 Swing. With that version you need the Java plug-in to be able to use the swing classes. 

解决方案 »

  1.   

    我在一般文件下可以,但是放在网站上时,就是通过http访问时有问题。还是出现applet can't instantiated提示!!!
    IIS在本地!!!
      

  2.   

    你安装的plug-in是什么版本的?jbuilder3用的好象是jdk1.2.2的?
      

  3.   

    1.download javaplugin 1.2.2
    2.install it
    3.change you html file's <applet> tag with <object... >(the detail code can be found in java.sun.com)
    4.good luck!