1. 单文件java 例子和简单项目例子 http://kleinfelter.com/java-hello-world-with-visual-studio-code-and-eclipse
遇到的问题:
编出来的jar包,不能直接 java -jar 运行,需要在jar包里面的MANIFEST.MF文件加上 Main-Class: xxx 具体参考 https://www.cnblogs.com/shaosks/p/9984350.html