there is no java folder in intellij idea

已回答

0

That is because you chose the option to create a simple Java project without any structure beyond the most basic.

If you choose e.g. Maven as the project's build system, the corresponding folder structure will be created (src/main/java, src/test, etc.).

0

请先登录再写评论。