I have a “generally useful” project that contains classes that can be used in different apps. I also have a struts app that is dependent on stuff in the “generally useful” project. I set a dependency in the web project on the other project via Properties->Project References. However, when I deployed to tomcat and tested, I’m getting an exception indicating that a class is not found (from the general project).
What is the recommended way to accomplish this sort of thing?
Thanks.
Dean