Close
jGuru Forums
Posted By: Kiran_Patil Posted On: Sunday, August 19, 2001 12:22 AM
Hi,all the Ejb support classes are loaded properly.But i get the message " Could not load class xxx".Is there any way i can supress the message on the console?? thanx
Re: Super Class loading
Posted By: Anonymous Posted On: Thursday, August 30, 2001 11:18 AM
Ensure that your system class path does not contain the bean classes (super classes). Ant's class loader always causes a conflict if it finds the bean classes in the system classpath.
As it happened with you, the jar is properly built, but it throws some annoying messages.
Posted By: Erik_Hatcher Posted On: Sunday, August 19, 2001 09:11 AM