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

SBS JIRA Integration (JIRA) jira-events at lists.jboss.org
Fri Apr 13 15:05:48 EDT 2012


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

SBS JIRA Integration updated JBIDE-4346:
----------------------------------------

    Forum Reference: https://community.jboss.org/message/726234#726234

    
> -Djava.library.path always overwritten with some default
> --------------------------------------------------------
>
>                 Key: JBIDE-4346
>                 URL: https://issues.jboss.org/browse/JBIDE-4346
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS/Servers
>    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: 3.1.0.M2
>
>
> 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, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list