ishowcode.eth

ishowcode.eth

区块链小白

IDEA错误:Cannot start compilation: the output path is not specified for module “Java“. Specify the out

idea 运行没有 out 文件夹#

项目运行或出现这样的错误#

在这里插入图片描述

其实这个错误是因为没有设置 output 的路径,只要修改两个地方的设置就可以了:

1. 点击 idea 左上角 File

2. 选择 Project Structure

3. 在 Modules 设置里勾选”Inherit project compile path”

在这里插入图片描述

4. 设置 Project 中的”Project compiler output”

在这里插入图片描述

5. 选择”Project 的路径”+”\out”,比如说我的就是 D:\ideaproject\javaSE\out

在这里插入图片描述

将这两处改好后就能正常运行了。

加载中...
此文章数据所有权由区块链加密技术和智能合约保障仅归创作者所有。