Allow setting additional PATH like strings 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


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.


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

        

Reply via email to