I am unable to add JSTL in my intellij idea project Please help!
已回答
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
请先登录再写评论。
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.