Java Archive files (.jar)
843829Mar 11 2003 — edited Apr 3 2003Situation: How do we get around having the same class in multiple jar files? Currently I have two projects sharing the same class. We are attempting to move the class in question to another archive file, but the problem we run into at deploy time is ClassNotFoundException. The only way we got around this problem is to deploy the classes into its on directory and deploy the EJB afterwards. Is there any other solution other than our alternative?
Thank you,
Chris