Re: Any helping class should be deployed with EJB?
Posted By:
Shaun_Childers
Posted On:
Tuesday, April 17, 2001 12:56 PM
Simply put the common classes (say they are in a package labeled 'com.company.util') in their own '/classes' directory (or your choice) and then put that directory in your classpath and your problem should go away.
So you would have:
/classes/com/company/util/YourClass.class