{  
             system.out.println("hello");  
           }  
}  
运行javac却提示我system包不存在,为什么啊?