C:\j2sdk1.4.2_09\bin>javac c:\helloworld.javac:\helloworld. : package system does not existsystem.out.println("helloworld!"); ^1 error这个是什么意思我的源文件是:public class helloworld{public static void main(String args[]){system.out.println("helloworld!");}}

热心网友

System S要大写错误提示s下面有箭头的....