I got this exception while I was trying to execute an open source application that I found from the web. I was trying to run the application from my eclipse managed tomcat 7 server. I noticed that my project's maven dependencies were not having the right jars.
This problem can be fixed by adding maven dependencies in the project's web deployment assembly.
This problem can be fixed by adding maven dependencies in the project's web deployment assembly.
- Open the project's properties (e.g., right-click on the project's name in the project explorer and select "Properties")
- Select "Deployment Assembly"
- Click the "Add..." button on the right margin
- Select "Java Build Path Entries" from the menu of Directive Type and click "Next"
- Select "Maven Dependencies" from the Java Build Path Entries menu and click "Finish".
No comments:
Post a Comment