晕了....算了...还是用JDK吧.....回到命令时代

这个社会太复杂。。。
2006-11-12 13:48
2006-11-12 13:50
错误信息是什么:

2006-11-12 14:06
2006-11-12 20:30
2006-11-12 20:59
2006-11-12 22:27
exception in thread "main" java.long.noclassdefounderror:firstapp/java
这提示什么意思啊
?
我也是编译楼主那样的程序:
package ch01;
public class Firstapp
{
public static void main(string args[])
{
System.out.println("Hello");
System.out.println("欢迎进入java程序设计的殿堂!");
}
}

2006-11-13 18:56

2006-11-13 19:20
2006-11-13 20:14
2006-11-13 23:12