[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Project Dependancies

I have created a JPA project. I am now in the process of creating a Web Project to display/edit the entities in the JPA project. I've created the compile/build dependancies by adding the JPA project to the Project Tab of the Build Path of the web project. However, when I deploy my web-app to Tomcat, the server does not find any of the JPA project classes. How do I set up run-time dependancies so that the contents of my JPA project is passed to the server along with my Web Project?

Regards