[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-4346) -Djava.library.path always overwritten with some default

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Wed May 20 11:48:07 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBIDE-4346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen updated JBIDE-4346:
---------------------------------------

    Fix Version/s: 2.1.3
                   3.1.0.M1
         Assignee: Rob Stryker


Rob, 2 bugs here or 1 bug and 1 feature request ? 

i.e. multiple entries java.library.path is common for applications using native code outside the native stuff in jbossweb.
Actually surprised launch configs doesn't have a standard for managing it.

The multiplicaiton of -D setting looks like a genreal setting management bug ?

> -Djava.library.path always overwritten with some default
> --------------------------------------------------------
>
>                 Key: JBIDE-4346
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-4346
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS
>    Affects Versions: 3.0.1.GA
>         Environment: jboss 4.2.2.GA
> eclipse:
> Version: 3.4.2
> Build id: M20090211-1700
>            Reporter: arne anka
>            Assignee: Rob Stryker
>             Fix For: 2.1.3, 3.1.0.M1
>
>
> in the launch configuration for my configured jboss server i need to add another directory to the parameter -Djava.library.path.
> after editing it looks like
> -Djava.library.path="/home/arne/jboss-4.2.2.GA/bin/native:/foo/bar/"
> saving and reopening shows instead
> -Djava.library.path="/home/arne/jboss-4.2.2.GA/bin/native"
> adding another parameter instead
> -Djava.library.path="/foo/bar"
> resulting in 
> -Djava.library.path="/home/arne/jboss-4.2.2.GA/bin/native"
> -Djava.library.path="/foo/bar"
> ends up with 
> -Djava.library.path="/home/arne/jboss-4.2.2.GA/bin/native"
> -Djava.library.path="/home/arne/jboss-4.2.2.GA/bin/native"
> after saving
> obviously some simple logic checks for the existence of the -Djava.library.path parameter and overwrites it with a default instead of at least appending its default.
> i don't really see what's the meaning behind that, and therefore am convinced it has to be a bug.
> additionally, it stops me from running at least one webapp, that requires the parameter to be set correctly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list