Results 1 to 4 of 4

Thread: Location of JSTL .tld & .class files?

  1. #1

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    Resolved Location of JSTL .tld & .class files?

    I've been trying to figure out where the .jar files are located that hold the JSTL .tld and .class files. Since Apache Tomcat server is the reference implementation for JSP, the JSTL classes should just come with the server itself. At least that's what i think. Is this right? Many thanks.

  2. #2

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    Re: Location of JSTL .tld & .class files?

    I found the .jar files for the JSTL in this dir. C:\Jakarta\jakarta-tomcat-5.0.28\webapps\ora\WEB-INF\lib What was throwing me off is the uri attributes value within the taglib page directive.
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    Re: Location of JSTL .tld & .class files?

    Hmm... I'm pretty sure I had to download the JSTL separately...
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  4. #4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width