Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Output directory is not specified in idea project

It has a problem in idea:

Error:(3, 8) java: 写入edu.nuaa.vo.User时出错: Output directory is not specified

What does it mean?

My compiler Out path is:

enter image description here

like image 800
turingF Avatar asked Sep 11 '25 04:09

turingF


1 Answers

Had a similar problem. What helped me is creating the folder in your project (on the same level with the 'src' folder) named 'out' and it started working. Initially it was missing for some reason.

project structure

like image 118
Alexander Avatar answered Sep 16 '25 10:09

Alexander