How to install jstl.jar and standard.jar in netbeans 7.1.1 and how to solve uri taglib

I just started using Netbeans 7.1.1, and I ran into a problem when I used it taglib, it says files uri cannot be resolved in web.xmlor jar.

What should I do?

I also found out that this problem can be solved by adding jstl.jarand standard.jstlthe WEB-INF file. But there was no improvement.

So can someone please suggest how to solve this problem with a URI?

+3
source share
1 answer

Right-click your project and select Properties-> Libraries-> Add Library-> JSTL 1.1

+8
source

All Articles