[jboss-jira] [JBoss JIRA] Created: (JBAS-4162) run.bat/.sh should allow loading native libraries from bin/native, if it exists

Dimitris Andreadis (JIRA) jira-events at lists.jboss.org
Wed Feb 28 09:04:09 EST 2007


run.bat/.sh should allow loading native libraries from bin/native, if it exists
-------------------------------------------------------------------------------

                 Key: JBAS-4162
                 URL: http://jira.jboss.com/jira/browse/JBAS-4162
             Project: JBoss Application Server
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: System service
            Reporter: Dimitris Andreadis
         Assigned To: Dimitris Andreadis
             Fix For: JBossAS-4.2.0.CR1, JBossAS-5.0.0.Beta2


REM Add bin/native to the PATH if present
if exist "%JBOSS_HOME%\bin\native" set PATH=%JBOSS_HOME%\bin\native;%PATH%
if exist "%JBOSS_HOME%\bin\native" set JAVA_OPTS=%JAVA_OPTS% -Djava.library.path=%JBOSS_HOME%\bin\native


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

        



More information about the jboss-jira mailing list