只要像如下修改,即可:
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
codeBase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0"
width=300
height=320
align=center>
<param name="code" value="*****.class">
</OBJECT> 如用最新版jre,不用改变html

解决方案 »

  1.   

    去sun的网站下载HTMLConverter对你的html文件转换一下即可。
      

  2.   

    http://www.csdn.net/expert/topic/405/405473.shtm
      

  3.   

    Running a Swing-Based Applet 
    Find a 1.1 or 1.2 or 1.3 browser or download Java Plug-in into a supported browser. Make sure you have the latest version of the browser and plug-in. If nothing else, you can always use Applet Viewer (appletviewer), which is distributed in the JDK . Java Plug-in supports certain versions of Netscape Navigator and Internet Explorer. See the Java Plug-in documentation for details. If you're using a 1.1 browser without Java Plug-in, determine how to load the Swing JAR file into your browser. See Setting the Browser's Class Path for an example of putting the Swing JAR file into the Applet Viewer class path. See Make Your Browser Swing in The Swing Connection for examples of doing the same for Internet Navigator and Netscape Navigator. Point the browser at this page. If you can see the first applet but not the second (or the second without any images), please send mail to [email protected] describing what you see in the applet area and in the Java Console.