idea启动报错
解决方法
在Project Structure中查看SDKs 发现 jdk版本为1.7
而project 里选择jdk为1.8,对应不上,将jdk版本改为1.7
在settings里,将Use compiler from module target JDK when possible 选项取消勾选。
相关文章
- IDEA:Cannot start compiler:the SDK is not specified for module 问题解决
- 15.IDEA报错:Cannot start compilation: the output path is not specified for module “XXXX“. S
- Cannot start compiler: the SDK is not specified for module "hsf-demo". Specify the SDK in the Projec
- IDEA错误:Cannot start compilation: the output path is not specified for module "XXX".
- IDEA提示Cannot start compilation: the output path is not specified for module “demo01“