Thanks for your reply Scott.
Unfortunately, I canât find the relevant article in the link you provided. Iâve also re-read my original post; you did well to make any sense of it! đ
Let me elaborate:
The JAR files are not in the classpath â I have created a âUser Libraryâ (Window -> Preferences and the following in the popup: Java -> Build Path -> User Libraries and âNewâ on the menu. I then followed the wizard). This allows me to see the user library I created in the âPackage Explorerâ, and my code compiles. (Which it doesnât if I remove this).
I have also changed the âWeb Projects Deploymentâ (Window -> Preferences and the following in the popup: MyEclipse -> J2EE Project -> Web Project Deploymentâ so that âAlways deploy external libraries and place in the âlibâ directory when deployingâ is selected.
However, the problem remains, that when I deploy to Tomcat, the JARS in the âUser Libraryâ do not get deployed to the WEB-INF/lib directory.
Help!