I\'ve been trying for longer than I\'d like to admit to get JSTL working under Eclipse (and ultimately under GAE/J). I\'ve downloaded Eclipse, the Google App Engine Extension f
You only need to specify this dependency in your Maven POM:
jstl jstl 1.2
In my code, this provided everything I needed for the following JSP taglib to work:
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>