已经安装完java环境JDK 成功编程“helloworld” public class Helloworld{
public static void main(String[]args){
System.out.println("HelloWorld"); }}