Home > Net >  IntelliJ IDEA - can't find module-info.java file
IntelliJ IDEA - can't find module-info.java file

Time:09-14

I am following a course where I need to create a module-info.java file but I can't find it on new.

I started om jdk11 but also downloaded jdk9 but still can't find it.

Would greatly appreciate if anyone know how to add it so I can create it.

Thank you

CodePudding user response:

This option is available on the source roots (marked in blue) if you are using JDK 9 and have configured the 9 language level for the project and for the module.

  • Related