Bug? The absolute uri: http://java.sun.com/jsp/jstl/core
843838Nov 20 2006 — edited Nov 21 2006Hi,
I am getting the following error in my app, and I have been trying to get to the bottom of the problem by checking the sample code at C:\Sun\AppServer\samples\quickstart\hello.war file by running "C:\Sun\AppServer\bin\verifier hello.war". It does have the same problem. Is that a known bug?
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
++++++++++++++++++++
I have also try to put the jstl.jar, standard.jar and c.tld in \WEB-INF folder, and get my JSP refer to them - using <%@ taglib prefix="c" uri="/WEB-INF/c.tld" %>
In this case, the error become:
org.apache.jasper.JasperException: file:C:/Documents and Settings/jhuang64/Local Settings/Temp/exploded20061120091256/webdemoJDH/createUser.jsp(2,2) Failed to load or instantiate TagLibraryValidator class: org.apache.taglibs.standard.tlv.JstlCoreTLV
++++++++++++++++++++
This happen on both j2eesdk-1_4_02-windows.exe and j2eesdk-1_4_03-windows.exe builds.