Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
单击显示无法编译的运行按钮时出现错误,我在 SDK 部分将其设置为 JDK 1.8,但在 IntelliJ Ultimate 中仍然出现相同的错误。任何想法如何解决这个问题?
您还需要检查该页面上的选项卡,以及该选项卡及其子选项卡Project下的每个模块的 SDK 。它们都允许您指定在不同级别使用的 SDK。该选项卡应设置为您拥有的唯一 SDK,但它可能没有设置任何内容,并且对于模块依赖项类似 - 它们应该设置为“使用项目 SDK”,但它们可能不是。这通常是您看到的错误的来源。ModulesDependenciesProject
Project
Modules
Dependencies
请检查是否在平台设置-> SDK 下设置了 sdk 路径。有时 sdk 没有在那里设置。