痴恋一生txt百度云:jsp的错误提示

来源:百度文库 编辑:查人人中国名人网 时间:2024/07/02 18:52:20
C:\j2sdk1.4.2_09\bin>javac c:\helloworld.java
c:\helloworld.java:3: package system does not exist
system.out.println("helloworld!");
^
1 error

这个是什么意思

我的源文件是:
public class helloworld{
public static void main(String args[]){
system.out.println("helloworld!");
}
}