简体   繁体   中英

Can't find tag or library described for http://java.sun.com/jsp/jstl/core

I have created java web service with this settings. 创建Java Web服务

After created with out any error popup so many file with red cross mark, I have opened the files and error showing on this line

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

Development Environment Fedora 25, Tomcat 8.5, Eclipse Neon, Axis2 1.7.5 binary, openjdk version "1.8.0_131"

在类路径中添加jstl library ,或者使用maven在pom.xml添加其依赖项

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM