"Cannot find tag library descriptor" error in myEclipse

120 views Asked by At

I imported a project from Github into myElcipse (latest version) and I'm using Tomcat 9.0 version for deployment. The project itself was looking for the Tomcat v 7.0, which wasn't in my system so I switched it to v 9.0 and it worked. But after that, I received the following problem :

Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"

My directory looks somewhat like this

And these are what the errors look like.

Now, I saw that you need to have the jstl files in your WEB-INF**->**lib folder. But there was no lib folder within my WEB-INF. Atleast, not according to this project. Can anyone tell me what changes I should make in order to rectify this error?

Here's a sample code snippet that contains one of these errors.

0

There are 0 answers