Thanks :)

On Thu, Mar 12, 2009 at 10:43 PM, Mikolaj Rydzewski <[email protected]> wrote:

> [email protected] wrote:
>
>>   I have to make a JSP invoke a Class which is in a .jar file out of
>> Tomcat
>> Home,
>>
>>
> You need to create new instance of ClassLoader (e.g. URLClassLoader) and
> load 'external' jar using it.
>
> You're on right way to shoot yourself in both feet ;-)
>
> --
> Mikolaj Rydzewski <[email protected]>
>
>

Reply via email to