I am unable to add JSTL in my intellij idea project Please help!
Answered
I am new in web apps development .In eclips there are lib folder where can we add jstl jar file.
But how can I add JSTL library in intellij idea . There are no lib folder.
Sorry for my bad english.
Please help
Please sign in to leave a comment.
You can add this folder/libraries to the module dependencies: https://www.jetbrains.com/help/idea/creating-and-managing-modules.html#working-with-module-dependencies .
If you don't have this folder in the project, you will need to download and add the jar files you need manually or via Maven/Gradle dependencies.