How to install jstl.jar and standard.jar in netbeans 7.1.1 & how to solve uri of taglib
jar, java, netbeans-7
Solution
Right click your project and Properties->Libraries->Add Library->JSTL 1.1
Problem
I have just started using Netbeans 7.1.1 and I encountered a problem when I used `taglib`, it says that the `uri cannot be resolved in web.xml` nor jar files. What should I do? Also I found out that this problem can be solved by adding `jstl.jar` and `standard.jstl` in the WEB-INF file. But there was no improvement. So could someone please suggest how to solve this URI problem??