facebook

How can I change the J2EE specification to 1.4

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #228501 Reply

    AKunze
    Member

    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

    #228502 Reply

    AKunze
    Member

    I’m using Eclipse 3.1m4 and myeclipse 3.8.4

    #228512 Reply

    Riyad Kalla
    Member

    Switch to your navigator view, open up your .mymetadata file and change the spec from 1.3 to 1.4. Hit save, close all the editors and the project, and reopen it.

    #228535 Reply

    AKunze
    Member

    thanx for the info

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: How can I change the J2EE specification to 1.4

You must be logged in to post in the forum log in