ishowcode.eth

ishowcode.eth

区块链小白

IDEA Error: Cannot start compilation: the output path is not specified for module "Java". Specify the out

No "out" folder when running the idea#

Error occurs when running the project#

Insert image description here

Actually, this error is caused by not setting the output path. You just need to modify the settings in two places:

  1. Click "File" in the upper left corner of idea.

  2. Select "Project Structure".

  3. Check "Inherit project compile path" in the Modules settings.

Insert image description here

  1. Set "Project compiler output" in the Project.

Insert image description here

  1. Select "Project path" + "\out", for example, mine is D:\ideaproject\javaSE\out.

Insert image description here

After making these two changes, you will be able to run normally.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.