您的位置:程序门 -> java -> eclipse



不能解析system的错误


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


不能解析system的错误
发表于:2007-07-02 09:11:54 楼主
public   class   helloword   {

/**
  *   @param   args
  */
public   static   void   main(string[]   args)   {
//   todo   auto-generated   method   stub
system.out.println( "hello   world ");

}

}
请问用eclipse运行上面的代码时老提示不能解析system的错误是什么原因啊?
发表于:2007-07-02 09:40:041楼 得分:0
老大你大小写要注意,我把system.out.println( "hello   world ");改成system.out.println( "hello   world ");没有问题。请检查一下。
发表于:2007-07-02 14:47:052楼 得分:0
大小写哦
发表于:2007-07-03 18:18:053楼 得分:0
在写程序的时候不是有提示的么???
如果你用小写的话,应该就不能出现后面的out的.


快速检索

最新资讯
热门点击