>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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
