Java基础系列(5)- 使用IDEA开发
时间:2021-09-02 22:05:50
收藏:0
阅读:55
IDEA开发
下载安装IDEA
https://www.cnblogs.com/gltou/p/14956060.html
使用IDEA编写helloworld











踩坑总结
run的时候提示”Cannot start compilation: the output path is not specified for module "Hello".Specify the output path in the Project Structure dialog.“

解决方法



再次运行就好了
原文:https://www.cnblogs.com/gltou/p/15220022.html
评论(0)