Exception The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml in Tomcat and Netbeans

Today I move my Netbeans JEE Project from one computer to another. In Netbeans I run Clear and Build tool and then run application. In browser I saw this error;

The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml

jstl1

What’s wrong? In my old computer it work fine. I find resolve. I right click on my project node in Projects window in Netbeans and choose Properties.

jstl2In Properties window I select Libraries from Categories section. In Compile tab I check JSTL library from old project and click the Remove button.

jstl3Then I click the Add Library button. The JSTL library disappear. So I click the Add Library button.

 

jestl4I see the Add Library window.

jstl5

In this moment I find JSTL library, select it and click the Add Library button.

jstl6On the list I see added library.

jstl7I click the OK button.

In last I Clear and Build project and run application.