Support for wildcards in classpath equivalent to Java 6 launcher
----------------------------------------------------------------

                 Key: DAEMON-166
                 URL: https://issues.apache.org/jira/browse/DAEMON-166
             Project: Commons Daemon
          Issue Type: Improvement
          Components: Procrun
    Affects Versions: 1.0.2
         Environment: Any
            Reporter: Antony Scerri
            Priority: Minor


As of Java 6 the launcher supports basic wildcards in the classpath, at the end 
of a path a '*' will match any jar found in that directory, and it will be 
expanded appropriately before the java application is launched. It would be 
nice to have this support in procrun (and probably the unix version if not 
already). A modification to the apxJavaInitialize method in javajni.c could do 
similar expansion to that found in the java launcher code prior to setting the 
VM option.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to