[
https://issues.apache.org/jira/browse/DAEMON-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mladen Turk resolved DAEMON-209.
--------------------------------
Resolution: Fixed
Committed as r1137871. Will be part of 1.0.6 release
> 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