Hi Leo, I tried having the my avalon wrapper classes in a block and my actuall application classes along with thirdparty classes in <pheonix>/lib. I get InvocationTargetExceptions. It seems the classes are at least loaded now.
I asked the thirdparty support to give me specs as to how to deal with their Launcher and I suspect I am not calling their main method with correct number of parameters. I think thier loader is doing something funky with the java.class.path nevertheless when it can't find myclass. I am awaiting their response. thanks for suggestion on that. k. On Mon, 2003-02-17 at 04:35, Leo Sutic wrote: > Your custom classloader probably does this: > > 1. Checks the java.class.path system property. > > 2. Iterates over the jar files there, trying to find one that > includes the thirdparty classes. > > 3. Loads the classes. > > Try this: put the "thirdparty.jar" on the classpath. > > If that works, then modify the java.class.path system property > before you launch the custom class loader. If it doesn't, well... > > Better yet, ask the third party supplier how the custom class loader > can be configured. > > /LS > > > From: Korosh Afshar [mailto:[EMAIL PROTECTED]] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
