微信表情审核中:我将编译好的applet程序,在网页上运行,出现了xxx.class not found 为什么?

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/14 15:41:52
我将编译好的applet程序,在网页上运行,出现了xxx.class not found 为什么?
我将编译好的applet程序,在网页上运行,出现了xxx.class not found 为什么?
他在 dos 下 appletviewer xxxx.htm能正常运行,?

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