从github 下git下来的项目java引不过来 idea 报
Cannot start compiler: the SDK is not specified for module "TestClientAPI".
Specify the SDK in the Project Structure dialog.
解决:jdk 选择错误 ,下面1.8 原本为javaSE-1.8 ,改成自己的jdk 就行了

本文介绍在使用IntelliJ IDEA编辑器时遇到的Java项目JDK配置错误问题及其解决方案。主要错误信息为:Cannot start compiler: the SDK is not specified for module TestClientAPI. 解决方案是在项目结构对话框中正确指定SDK。
从github 下git下来的项目java引不过来 idea 报
Cannot start compiler: the SDK is not specified for module "TestClientAPI".
Specify the SDK in the Project Structure dialog.
解决:jdk 选择错误 ,下面1.8 原本为javaSE-1.8 ,改成自己的jdk 就行了

转载于:https://www.cnblogs.com/jsbk/p/10063874.html

被折叠的 条评论
为什么被折叠?