Revision: 5496
          http://sourceforge.net/p/jump-pilot/code/5496
Author:   edso
Date:     2017-09-17 14:14:32 +0000 (Sun, 17 Sep 2017)
Log Message:
-----------
keep terminal open when java32 fallback is used

Modified Paths:
--------------
    core/trunk/scripts/oj_windows.bat

Modified: core/trunk/scripts/oj_windows.bat
===================================================================
--- core/trunk/scripts/oj_windows.bat   2017-09-17 14:09:04 UTC (rev 5495)
+++ core/trunk/scripts/oj_windows.bat   2017-09-17 14:14:32 UTC (rev 5496)
@@ -58,7 +58,7 @@
     echo Warning: No java interpreter found in path.
     echo Retry using Wow64 filesystem [32bit environment] redirection.
     %SystemRoot%\SysWOW64\cmd.exe /c %0 %*
-    exit /b %ERRORLEVEL%
+    call:end
   )
 
   rem --- if unset fall back to plain bin name, just in case ---
@@ -259,6 +259,7 @@
 if /i NOT "%JAVA_BIN%"=="javaw" echo ---Start OJ---
  %START% "%JAVA%" 
-Djava.system.class.loader=com.vividsolutions.jump.workbench.plugin.PlugInClassLoader
 -cp "%CLASSPATH%" %JAVA_OPTS% com.vividsolutions.jump.workbench.JUMPWorkbench 
%JUMP_OPTS% %*
 
+:end
 cd /D %OLD_DIR%
 
 rem -- give user a chance to see console output if we are in console mode but 
the app finished already


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to