Y
yuxuant
Unregistered / Unconfirmed
GUEST, unregistred user!
用jdk1.3.1_02。
在本机上运行C:/jdk1.3.1_02/demo/jfc/SwingSet2的applet例子,用appletviewer运行正常,
用http://localhost/applet/swingset2.html也正常!但用别的机器通过ie访问这个网页不正常,没有结果,说找不到类。
<html>
<head>
<title>SwingSet demo</title>
</head>
<body>
<h1>SwingSet demo</h1>
<applet code="SwingSet2Applet.class"
archive="SwingSet2.jar"
width=695 height=525>
</applet>
</body>
</html>
已经把swingset2.jar,放到html文件同一目录下。不行!
另外把swingset2.jar中的swingset2applet.class解出,也放到html文件同一目录下。还不行!
请帮忙~!谢谢!
在本机上运行C:/jdk1.3.1_02/demo/jfc/SwingSet2的applet例子,用appletviewer运行正常,
用http://localhost/applet/swingset2.html也正常!但用别的机器通过ie访问这个网页不正常,没有结果,说找不到类。
<html>
<head>
<title>SwingSet demo</title>
</head>
<body>
<h1>SwingSet demo</h1>
<applet code="SwingSet2Applet.class"
archive="SwingSet2.jar"
width=695 height=525>
</applet>
</body>
</html>
已经把swingset2.jar,放到html文件同一目录下。不行!
另外把swingset2.jar中的swingset2applet.class解出,也放到html文件同一目录下。还不行!
请帮忙~!谢谢!