[jboss-cvs] JBossAS SVN: r63249 - branches/Branch_4_2/system/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 30 09:20:25 EDT 2007


Author: dimitris at jboss.org
Date: 2007-05-30 09:20:25 -0400 (Wed, 30 May 2007)
New Revision: 63249

Modified:
   branches/Branch_4_2/system/src/bin/run.bat
Log:
JBAS-4418, run.bat should include %PATH% in java.library.path when bin/native exists

Modified: branches/Branch_4_2/system/src/bin/run.bat
===================================================================
--- branches/Branch_4_2/system/src/bin/run.bat	2007-05-30 05:16:36 UTC (rev 63248)
+++ branches/Branch_4_2/system/src/bin/run.bat	2007-05-30 13:20:25 UTC (rev 63249)
@@ -19,7 +19,7 @@
 
 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
+if exist "%JBOSS_HOME%\bin\native" set JAVA_OPTS=%JAVA_OPTS% -Djava.library.path="%PATH%"
 
 rem Read all command line arguments
 




More information about the jboss-cvs-commits mailing list