there is no java folder in intellij idea

Answered

0
1 comment

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

Please sign in to leave a comment.