当前位置: 技术问答>java相关
关于运行JAVA exception in thread "mian"
来源: 互联网 发布时间:2015-03-03
本文导语: 我的helloword.java 能用javac 编译过去, 但运行java helloword时,出错,错误信息为 “expection in thread "main" java.lang.noclassdeffounderror:helloword” 请回复时写详细写,本人是刚刚学习java | 把HelloWorl...
我的helloword.java 能用javac 编译过去,
但运行java helloword时,出错,错误信息为
“expection in thread "main" java.lang.noclassdeffounderror:helloword”
请回复时写详细写,本人是刚刚学习java
但运行java helloword时,出错,错误信息为
“expection in thread "main" java.lang.noclassdeffounderror:helloword”
请回复时写详细写,本人是刚刚学习java
|
把HelloWorld.class 所在目录加到classpath中.
Set ClassPath=%ClassPath%;路径
然后运行java HelloWorld
Set ClassPath=%ClassPath%;路径
然后运行java HelloWorld
|
http://www.csdn.net/Expert/topic/259/259900.shtm
好好看看!
好好看看!