超级大英雄百度云:我将编译好的applet程序,在网页上运行,出现了xxx.class not found 为什么?

来源:百度文库 编辑:神马品牌网 时间:2024/05/07 09:35:28
我将编译好的applet程序,在网页上运行,出现了xxx.class not found 为什么?
我将编译好的applet程序,在网页上运行,出现了xxx.class not found 为什么?
他在 dos 下 appletviewer xxxx.htm能正常运行,?

是不是你的环境变量没设置好呢
右击我的电脑,在高级里,点环境变量,在classpath后面把要用到的class加上,之间用;号间隔,重起一下,再试试