potato
potato

Reputation: 223

Intellij idea not showing "Dependencies" tab on Project Structure - Modules

I just clean installed IntelliJ IDEA and opened a Java project.

Then I press CtrlShiftAltS go to "Project Structure" -> "Modules".

However I cannot see the tabs that should have "Sources/Paths/Dependencies".

I just want to import some ".jar" to my project.

enter image description here

Upvotes: 3

Views: 2200

Answers (1)

Abdul Momen
Abdul Momen

Reputation: 407

Try removing your module and creating new one.

If you don't know how to remove a module see link bellow:

https://www.jetbrains.com/help/idea/2017.1/removing-modules-from-a-project.html

To know how to create a new module see this link:

https://www.jetbrains.com/help/idea/2016.2/creating-a-java-module.html

Upvotes: 1

Related Questions