On Mon, 18 Nov 2002 22:53, Gerald E. Bennett wrote:
> In phoenix are their some special tricks to get access to certain
> classes that are part of the .sar application itself?

You should be able to do something like

final ClassLoader parent = getBlockContext().getClassLoader();
final URLClassLoader cl = 
  new URLClassLoader( myUrls, parent );

The important thing to make sure is that the parent classloader is the 
classloader that used to laoder resources from the .sar file.

-- 
Cheers,

Peter Donald
*-----------------------------------------------------*
| Never argue with an idiot, they'll drag you down to |
| their level, and beat you with experience           |
*-----------------------------------------------------* 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to