eclipse下可以编译执行,但是用命令行执行时就会出错:Exception in thread "main" java.lang.NoClassDefFoundError:yourclassname这种情况应该是环境变量没有设置好,当前目录(即".")没有加入到CLASSPATH中;添加后就OK了! Read More
posted @ 2012-07-31 09:33 吞枣 Views(167) Comments(0) Diggs(0)