reset password
Author Message
abess
Posts: 26
Posted 22:32 Apr 20, 2011 |

Eclipse is kind of giving me a weird error, and i'm not sure how to fix it...

Any ideas?

 
Multiple annotations found at this line:
- Can not find the tag library descriptor for "http://
java.sun.com/jsp/jstl/core"
- Invalid text string ( 
< %@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 
< %@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/ functions" %> 
).
Last edited by abess at 22:34 Apr 20, 2011.
cysun
Posts: 2935
Posted 22:45 Apr 20, 2011 |

It looks like you don't have the jar files for JSTL. If you didn't put standard.jar and jstl.jar under the Tomcat lib folder as described in the notes, you can put them under the project lib folder (i.e. WebContent/WEB-INF/lib).

abess
Posts: 26
Posted 22:54 Apr 20, 2011 |

You were right, I forgot to do that when i reinstalled eclipse, thanks! But it's still giving me that error... is there anything else I might have missed?

cysun
Posts: 2935
Posted 07:36 Apr 21, 2011 |

You need to create a new Tomcat runtime if you added the jar files to the Tomcat lib folder; adding them to the project lib folder should work though.