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

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

    Description: 
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.


  was:
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 the comma separated list of paths 
that will be used to call SetDllDirectory for each of those elements allowing 
user to specify the custom locations for dll loading without the need to modify 
the system PATH environment variable.


        Summary: Allow setting additional path used for SetDllDirectory  (was: 
Allow setting additional PATH like strings used for SetDllDirectory)

> Allow setting additional path used for SetDllDirectory
> ------------------------------------------------------
>
>                 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

        

Reply via email to