You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Mladen Turk (JIRA)" <ji...@apache.org> on 2011/06/19 07:29:47 UTC

[jira] [Updated] (DAEMON-209) Allow setting additional path for LoadLibrary

     [ https://issues.apache.org/jira/browse/DAEMON-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated DAEMON-209:
-------------------------------

    Summary: Allow setting additional path for LoadLibrary  (was: Allow setting additional path used for SetDllDirectory)

> Allow setting additional path for LoadLibrary
> ---------------------------------------------
>
>                 Key: DAEMON-209
>                 URL: https://issues.apache.org/jira/browse/DAEMON-209
>             Project: Commons Daemon
>          Issue Type: New Feature
>          Components: Procrun
>    Affects Versions: 1.0.5
>            Reporter: Mladen Turk
>            Assignee: Mladen Turk
>             Fix For: 1.0.6
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Starting from Windows XP SP1 Windows has a new SetDllDirectory API that allow to specify the search path for LoadLibrary calls. Those calls are used by JVM to find the libraries during Runtime.loadLibrary calls. Without that the default mechanism is used which usually requires setting the system environment PATH variable to include those directories.
> The new install option will allow to specify additional path that will be used to call SetDllDirectory allowing user to specify the custom location for dll loading without the need to modify the system PATH environment variable.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira