system . out.println("welcome to imooc");
你是使用的eclipse么?可能是大小写的问题,System.out.println(" welcome to imooc"); 或者你再新建一个类,在里面的main方法里试试看。