• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSTL program not executed

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai friends,

I configure mydir/WEB-INF/web.xml file properly for executing my jstl program . But it shows the below error.

unable to read tld "META-INF/taglib.tld" for jar file
file:/c:/tomcat5.0/webapps/kumar/WEB-INF/lib/jstl.jar"

what can i do execute my program and where can i get the above tld file.

Thanks for all replys.
v_bharanikumar@yahoo.co.in
 
Ranch Hand
Posts: 136
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi ,
just use standard.jar in place of jstl.jar
u can find standard at this location webapps\jsp-examples\WEB-INF\lib

for a detailed info go through this link

regards

-santosh
 
reply
    Bookmark Topic Watch Topic
  • New Topic