Vincent Tencé wrote: > Unfortunatly > > >>super(this.getClass().getClassLoader()); >> > > doesn't work cause It seems I cannot call getClass() before the super > constructor returns :-/
You can do it through the static method: ComponentManager.class.getClassLoader(); -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>