I am currently getting an error of
.jar will not be explored or published. Runtime ClassNotFoundExceptions may result.
The reason for that is I did not put my libraries under WEB-INF/lib folder directly. I put them in folders. Is there a way to store them rather in folders?
Structure:
WEB-INF
---lib
------folder1
---------<jars>
------folder2
---------<jars>
Those jars are not added to the classpath, even though I select them through Build Path -> Configure Build Path -> Libraries -> Add JARs...