先建一个Hello.java文件
在终端 java Hello.java 生成一个java.class文件 java(编译命令)
然后在终端 javac Hello 运行字节码文件 javac(运行字节码文件命令)