Reputation: 223
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.
Upvotes: 3
Views: 2200
Reputation: 407
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