Development environment tomcat8.5 jdk1.8.1 eclipse photo
<%@ taglib uri=” http://java.sun.com/jsp/jstl/core ” prefix=”c” %>
After adding the above import information to the JSP page, an error will be reported
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
For specific solutions, now put jstl.jar and standard.jar in the Tomcat/lib Library folder, copy a standard file, unzip it, find the WEB-INF/c.tld file, and copy it to the WEB-INF directory of the project file to solve the error reporting problem
Similar Posts:
- [Solved] JSTL1.2 Error: org.apache.catalina.core.StandardWrapperValve.invoke…
- Can not find the tag library descriptor for “http://java.sun.com/jstl/core”
- After modifying Tomcat’s server.xml, the Tomcat deployment project reported an error: removing observe files from server… Could not clean server
- [Solved] Can not find the tag library descriptor for “http://java.sun.com/jsp/jstl/core”
- How to Solve “The import javax.servlet cannot be resolved” Error
- [Solved] Error: unable to find or load main class org.apache.zookeeper.server.quorum.QuorumPeerMain
- The following table: unable to import javax. Servlet. HttpServletRequest
- Linux Install Tomcat Error: service tomcat does not support chkconfig
- JSTL Tag Error: http://java.sun.com/jsp/jstl/core
- Org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request; nested exception is java.io.IOException: Temporary upload path [D:\tomcat\work\Catalina\localhost\ROOT] is Invalid