I would like to know how I could import the JSTL core library directly into my project instead of accessing it by a link this way:
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
EDIT :
In fact it is already working, i have already import the jstl.jar file in my eclipse project. I can use in my jsp files. The thing is that i would like to use them without having a link to another website. ( http://java.sun.com/jsp/jstl/core)