facebook

[Closed] adding a jsp taglib library to a Struts web project

💡
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 IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #261611 Reply

    davout
    Participant

    I’m a former Jbuilder user struggling to get used to the MyEclipse IDE…

    Under JBuilder I could define external library entries that pointed to the location of the relevant JARs. For web GUI libraries it included featues to define the tld files.

    Under Eclipse I’ve found a location where I can create user libraries (select the ‘Windows/Preferences’ menu item, and then the Java/Build Path/User Libraries tree entry).

    However, in my project I can’t find a way to employ these user library entries. Also do I have to manually copy the TLD files?

    #261641

    Riyad Kalla
    Member

    This can be confusing. What you want to do is open your project properties (right click on your project, go down to Properties). Then go to Java Build Path, then select the Libraries tab. From here, click Add Library, select User Library, and then you can add it to your build path.

    Also, you only need the TLDs in your project IF:
    1) You want to redefine the default URI for your taglibs
    2) Your JARs don’t already contain them under the META-INF dir inside of the JAR.

    For more info, hvae a look here:
    http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10906.html

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: [Closed] adding a jsp taglib library to a Struts web project

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