When I try to add JSTL-libraries and I will select JSTL 1.1 then appears the message ” JSTL 1.1 is not compatible with J2EE 1.3 specification.”.
How can I change the J2EE specification to 1.4 and the Servlet Specification to 2.4? I’ve already customized my web.xml (code example):
<web-app version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
...
best regards