I have a webapp that is not recognizing any of the external dependencies I have set up in the classpath. These were set up using the maven eclipse plugin. An example entry form the .classpath follows:
<classpathentry kind="var" path="MAVEN_REPO/torque/jars/torque- 3.2.jar"/> I am getting a class not found error for all classes contained in jars that are set up as external dependencies. If I move the .jar's to the lib directory of my webbapp I no longer receive errors. The MAVEN_REPO variable is set up correctly and all of the external dependencies are found successfully in order to compile. Please help? I thank you in advance! -- Jason Harrelson
