When I use the follow code in eclipse Dynamic Web Project inside servlet , like this :
Dynamic Web Project
servlet
@WebServlet(\"/CreateCustomerServlet\") publ
Try doing this:
Make a directory named lib in the root directory of the proyect and put the .jar in it.
In the WEB-INF directory, make a link to lib.
Now, the jar would appear under WebbApp Libraries.