Hi!
I’m quite new to MyEclipse and Java Web Development and I have a question.
I created a Java project and added the Hibernate support for this project. In this Project are some classes for persistence management of some java objects.
Second I created a Web Project and made it dependent on the first Project. In this Web Project I use the classes of the first Project.
For deployment I use “Jar dependent projects and place in the lib directory”.
Under Library deployment Policies i checked all choices.
After deployment to a Tomcat 5 Application Server a Jar of my first project was created only with my classes.
I expected, that the jar includes all other jars my first project has in its classpath but it does not. Why?
Do I have to add the Hibernate jars to my Web-Application by hand?