加速度网络加速器:我将编译好的applet程序,在网页上运行,出现了xxx.class not found 为什么?

来源:百度文库 编辑:高考问答 时间:2024/07/05 12:32:50
我将编译好的applet程序,在网页上运行,出现了xxx.class not found 为什么?
我将编译好的applet程序,在网页上运行,出现了xxx.class not found 为什么?
他在 dos 下 appletviewer xxxx.htm能正常运行,?

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