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 Jansari
  • 30,115
  • 28
  • 106
  • 129

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.