LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 593|回复: 1

jdk1.5 question ??

[复制链接]
发表于 2005-4-16 15:16:52 | 显示全部楼层 |阅读模式
I install jdk1.5 , and  compile the test file ,

class test
{
public static void main(String[] args)
{
System.out.println("Hello World!");
}
}

but when I run it by java  test.class  

An error occur  :
Exception in thread "main" java.lang.NoClassDefFoundError: test/class


Help , what is wrong ???
发表于 2005-4-16 15:37:14 | 显示全部楼层
please buy a book about that, it can tell you all.

try run `java test` not `java test.class`
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表