On Wed, Nov 26, 2008 at 10:42 AM, Ittay Dror <[EMAIL PROTECTED]> wrote:
> what if i need to load a jar (created) during the build ?

Your extension can create a class loader and load whatever it needs.

Assaf

>
> Assaf Arkin wrote:
>>
>> 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]>
>>>
>>>
>>>
>>
>>
>
> --
> Ittay Dror <[EMAIL PROTECTED]>
> Tikal <http://www.tikalk.com>
> Tikal Project <http://tikal.sourceforge.net>
>
>

Reply via email to