为什么windows下可以运行,linux下就出错?
xxmpp 2004-09-10 10:48:40 最简单的helloworld,在rh9下就不行了。
public class hello{
public static void main(String[] args){
System.out.println("Helloworld");
}
}
提示:
Exception in thread "main" java.lang.NoClassDefFoundError: hello
哪位前辈知道为什么啊?谢谢