运行Applet(50分)

  • 主题发起人 主题发起人 hotsoup
  • 开始时间 开始时间
H

hotsoup

Unregistered / Unconfirmed
GUEST, unregistred user!
我把applet和html文件放在本地或webserver中,都显示无法找到class文件。放在相同的路径内
。<applet
archive="CCApplet.jar" code="SQLM.class" width="600" height="400" codebase=".">
</applet>
有什么不对么,我试了无数次都不行。要什么配置么。可是在jbuilder中调试运行没有错误。
 
你试试jdk中的demo, 有很多applet的例子,照着例子改。
 
后退
顶部