一、打开eclipse新建Java项目
二、新建一个类,类名为helloworld
三、输入输出helloworld语句:System.out.println("hello world");
总结:需注意创建的类名首字母必须大写。