I have two projects setup in Eclipse one is a jsp web app that deploys
to jboss and the other is a standard java project that has business
objects and dao objects. I can see all the objects from my dao project
in the web project while I am developing ... I added the project to the
build path so I could see them. but when I deploy the project via
MyEclipse and run it I get a NoClassDefFoundError on my dao class.
Any thoughts?
Ben
wyrosdick - 18 Feb 2006 19:08 GMT
I found a place to setup the deploy policy in MyEclipse that let me
deploy it properly.