On Tue, Nov 25, 2008 at 9:23 PM, Ittay Dror <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
> Is there a way of adding a jar to the Java classpath, after it is already
> loaded,  so that I can then use its classes? If not, what is the proper way
> of adding java code that an extension can then use?

The JVM is only loaded during the build, so extensions can add JARs to
the classpath if they need to:
http://incubator.apache.org/buildr/more_stuff.html#using_java_libraries

Assaf

>
>
> Thanks,
>
> Ittay
>
>
> --
> --
> Ittay Dror <[EMAIL PROTECTED]>
>
>

Reply via email to