[EMAIL PROTECTED] wrote:
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? :)



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

Reply via email to