JSP---JSTL configuration

Source: Internet
Author: User

About configuration issues with the JSTL standard tag library in eclipse

My version of Eclipse is: Version:neon.3 release (4.6.3)

With the 1.8.0_121 of the Jre,tomcat 9.0,

The above version is currently near the latest.

First, you search online. Download three jar files: Jstl.jar, Stander.jar, and Xalan.jar files

Then put this three jar file in the Lib folder under WebContent in the Web project

Also put this three jar file in the Lib folder in Tomcat.

In the JSP file, you need to import the core tag library of Jstl using a taglib directive

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

<c:out value= "Hello world!"/>

If "Hello World" is successfully exported, the configuration succeeds

JSP---JSTL configuration

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.