黑马程序员技术交流社区

标题: 程序包System不存在 [打印本页]

作者: 葫芦娃上梁山    时间: 2015-8-8 21:11
标题: 程序包System不存在
程序包System不存在 除了大小写没搞清楚外还有什么问题能出现这种状况?
作者: 风的自由    时间: 2015-8-8 22:19
可能你自己重写了System类
作者: 葫芦娃上梁山    时间: 2015-8-8 22:43
风的自由 发表于 2015-8-8 22:19
可能你自己重写了System类

什么意思?  我应该怎么解决?
作者: 大头爱傻瓜    时间: 2015-8-8 22:43
你写main方法了吗
作者: 风的自由    时间: 2015-8-8 23:38
就是你把自己写的类的类名定义成System,有原码吗?
作者: 葫芦娃上梁山    时间: 2015-8-11 12:02
风的自由 发表于 2015-8-8 23:38
就是你把自己写的类的类名定义成System,有原码吗?

class demo
{
        public static void main(String[] args)
               
        //public static void tobin (int x)
        //{
                //while(x>0)
                {
                        Ststem.out.println("wwww");
                        //x=x/2;
                }
        //}

作者: 耀阳圣尊    时间: 2015-8-11 14:15
葫芦娃上梁山 发表于 2015-8-11 12:02
class demo
{
        public static void main(String[] args)

你这个Ststem写的不对吧。应该是System
作者: 葫芦娃上梁山    时间: 2015-9-18 09:07
耀阳圣尊 发表于 2015-8-11 14:15
你这个Ststem写的不对吧。应该是System

打错了。。。
作者: liufeibo    时间: 2015-9-18 09:42
    Ststem.out.println("wwww");        你System都写错了
作者: 葫芦娃上梁山    时间: 2015-9-20 22:13
liufeibo 发表于 2015-9-18 09:42
Ststem.out.println("wwww");        你System都写错了

英文欠佳。。。




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2