一、Class not found: "……" Empty test suite.
解决方案:
- 检查运行的该类包是否导入到项目中
- 如图删除原有的残留项目(Ctrl + Alt + Shift + S)
- 如图设置该项目的Modules
- File -> Invalidate Caches/Restart...(如果以上还不行,则选择此项)
二、错误: 找不到或无法加载主类 com.Main(包括一些JAR包明明导入了却import不进代码)(多发生于导入别人的工程项目时出现的情况)
解决方案:
如图删除原有的残留项目(Ctrl + Alt + Shift + S)
三、IntelliJ IDEA - 如何修复端口异常 Address already in use: bind
传送门 => https://blog.csdn.net/Dream_Weave/article/details/90815647
四、IntelliJ IDEA - Error:java: Compilation failed: internal java compiler error
传送门 => https://blog.csdn.net/Dream_Weave/article/details/99775899