0

I am working in JSTL, while executing Application I got following exception regarding JSTL. Can any one help me out, why I got this exception?

HTTP Status 500 - The absolute uri: http://java.sun.com/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

Himanshu
  • 31,810
  • 31
  • 111
  • 133
  • then which URI i have to use? –  Mar 05 '13 at 09:55
  • check this post http://stackoverflow.com/questions/8701307/the-absolute-uri-http-java-sun-com-jsp-jstl-core-cannot-be-resolved-in-either – NPKR Mar 05 '13 at 09:56
  • http://stackoverflow.com/questions/8701307/the-absolute-uri-http-java-sun-com-jsp-jstl-core-cannot-be-resolved-in-either – Hardik Mishra Mar 05 '13 at 09:56

1 Answers1

0

The Exception I got because of jar version problem. I have downloaded jstl-1.2.jar. Added jar in the class path and rebuilt the jars and executed the application, then the application started working fine.