>>>If a .dll depends on another .dll, then it must be found in the 
>>>system-specific, on Windows the Path (on *nix, LD_LIBRARY_PATH 
>>>usually).
>> 
>> 
>> So to be platform "independend" you use both?
>> <java>
>>   <env value="${thePath}" key="PATH"/>
>>   <env value="${thePath}" key="LD_LIBRARY_PATH"/> </java>
>> 
>> 
>> Jan
>
>What version of Unix are you running that loads DLLs? :)

Winix XP :-O


That approach should work for unix and windows. An additional
environment entry shouldnt make trouble. But the "right" key is set.


Jan

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

Reply via email to