I have experience with Google App Engine in Eclipse so I thought I would try IntelliJ for app development as well to see which I like better. I have the project using the app engine sdk I just cant seem to get it to find the JSTL jar. I know in eclipse it did this automatically without me having to manually import the JSTL jars is there a way to do this in Intellij? Thanks!
Asked
Active
Viewed 688 times
0
-
I don't think eclipse imports automatically. You must copy JSTL jars into some folder [may be lib] and then need to add them in build path. I think the same will be applied in any editor. For downloading jars you can see this post - http://stackoverflow.com/questions/292914/where-can-i-download-jstl-jar – Saurabh Aug 20 '13 at 10:40
-
I have the jars in the tools folder in the app engine SDK. In eclipse I download the plugin and out of the box jstl works. Would this just be the plugin auto including the jars? How do I see which app engine jars specifically are used in eclipse so I can use the same ones in intellij? Thanks for the help so far :) – LeeFoster Aug 20 '13 at 19:06
-
1This post might help you - [JSTL in IntelliJ gives errors in JSP][1] [1]: http://stackoverflow.com/questions/7253034/jstl-in-intellij-gives-errors-in-jsp – Saurabh Aug 21 '13 at 06:25
-
http://stackoverflow.com/questions/31043869/intellij-and-jsp-jstl-cannot-resolve-taglib-for-jstl-in-tomcat7/32444393#32444393 – Shams Ul Azeem Sep 08 '15 at 13:25
1 Answers
0
It turns out the tags are working the editor just isn't showing it inside the editor, thanks!

LeeFoster
- 75
- 1
- 6