Revision: 6659
http://sourceforge.net/p/jump-pilot/code/6659
Author: edso
Date: 2020-12-23 14:48:06 +0000 (Wed, 23 Dec 2020)
Log Message:
-----------
remove obsolete "./conf/" classpath entry
some minor reformatting
Modified Paths:
--------------
core/trunk/scripts/oj_linux.sh
core/trunk/scripts/oj_windows.bat
Modified: core/trunk/scripts/oj_linux.sh
===================================================================
--- core/trunk/scripts/oj_linux.sh 2020-12-23 14:38:26 UTC (rev 6658)
+++ core/trunk/scripts/oj_linux.sh 2020-12-23 14:48:06 UTC (rev 6659)
@@ -218,7 +218,7 @@
do
CLASSPATH="$libfile":"$CLASSPATH";
done
-CLASSPATH=.:./bin:./conf:$CLASSPATH
+CLASSPATH=.:./bin:$CLASSPATH
export CLASSPATH;
## prepend jump opts
Modified: core/trunk/scripts/oj_windows.bat
===================================================================
--- core/trunk/scripts/oj_windows.bat 2020-12-23 14:38:26 UTC (rev 6658)
+++ core/trunk/scripts/oj_windows.bat 2020-12-23 14:48:06 UTC (rev 6659)
@@ -10,12 +10,12 @@
rem set SETTINGS_HOME="%HOMEDRIVE%%HOMEPATH%"\.openjump
rem -- uncomment to manually set java home, wrap in double quotes to protect
special chars --
-rem set JAVA_HOME="C:\Program Files (x86)\Java\jre1.8.0_xx"
+rem set "JAVA_HOME=C:\Program Files (x86)\Java\jre1.8.0_xx"
rem -- uncomment to use 'java' and enable debug console output, if unset
defaults to 'javaw' for background jre --
rem set JAVA_BIN=java
-rem -- set some default OJ options here (eg. -v debug), initialize empty --
+rem -- set some default OJ options here (eg. '-v debug'), initialize empty --
rem -- run OJ with '--help' argument to find out which are available --
set JUMP_OPTS=
@@ -219,7 +219,7 @@
if /i NOT "%JAVA_BIN%"=="javaw" echo ---PATH--- & echo %PATH%
rem -- set classpath --
-set CLASSPATH=.;bin;conf
+set CLASSPATH=.;bin
rem -- add jars to classpath --
for %%i in (
"%LIB%\*.jar" "%LIB%\*.zip" "%LIB%\imageio-ext\*.jar"
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel