Q
qiuzhidong39
Unregistered / Unconfirmed
GUEST, unregistred user!
运行的时候出现这个错误;Exception in thread "main"
java.lang.NoclassDefFoundError c:/bbs/hello
代码如下:
public class Hello
{
public static void main(String args[])
{
System.out.println("Hello World!"
}
}
java.lang.NoclassDefFoundError c:/bbs/hello
代码如下:
public class Hello
{
public static void main(String args[])
{
System.out.println("Hello World!"
}
}