为啥这个能编译但是运行不了嘞,环境变量已经配置过了
public class JavaApplication5 {/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
System.out.println("Hellow World!");
}
}
2020-01-22 11:28
2020-01-23 08:56
2020-01-23 14:20
2020-01-24 19:14
2020-01-25 22:39
2020-02-05 13:20