脸颊有粉刺:我将编译好的applet程序,在网页上运行,出现了xxx.class not found 为什么?

来源:百度文库 编辑:中科新闻网 时间:2024/04/29 21:27:47
我将编译好的applet程序,在网页上运行,出现了xxx.class not found 为什么?
我将编译好的applet程序,在网页上运行,出现了xxx.class not found 为什么?
他在 dos 下 appletviewer xxxx.htm能正常运行,?

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