facebook

Web project wizard adds too many .jar libs for JSTL 1.0 ?

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #260935 Reply

    Victor Ott
    Member

    Hi,

    just create two new projects “New Project > MyEclipse > J2EE Projects > Web Project”, and tell the wizard to add JSTL 1.0 libraries to one project, and JSTL 1.1 libraries to the other project. The JSTL 1.1 project will have only 2 .jar archives added:
    – jstl.jar
    – standard.jar
    To that the JSTL 1.0 project will _additionally_ add:
    – dom.jar
    – jaxen-full.jar
    – jaxp-api.jar
    – jdbc2_0-stdext.jar
    – mail.jar
    – sax.jar
    – saxpath.jar
    – xalan.jar
    – xercesImpl.jar

    Maybe I’m wrong, but I don’t remember JSTL 1.0 requiring that bunch .jar libraries…

    Latest Eclipse 3.2.1 & latest ME (according to update site) on Windows XP with JDK 1.5.0_09

    #260936

    Victor Ott
    Member

    Sorry, I don’t know how this topic landed into category “Application Servers and Deployment”, I wanted to post it under “Bugs”. Please feel free to move it there, or to any other appropriate category.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Web project wizard adds too many .jar libs for JSTL 1.0 ?

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