Apparently, you incorrectly executed the "add external jar" command. It is not clear from the question exactly how you performed this step, but it should simply be dropping the entire JAR file in the project folder /WEB-INF/lib usual way (as for every third-party JAR file, it depends on webapp). The way you pose the question indicates that you did not know about it at all.
Actually nothing more needs to be done. If you made your way in the properties of the Build Path project, then you should cancel this to avoid possible collisions in the future. Eclipse is smart enough to automatically install the necessary things when you drop the JAR into the /WEB-INF/lib project folder.
source share