Revision: 6494
http://sourceforge.net/p/jump-pilot/code/6494
Author: michaudm
Date: 2020-09-17 22:30:42 +0000 (Thu, 17 Sep 2020)
Log Message:
-----------
Avoid error message due to the absence of mediaLib
Modified Paths:
--------------
core/trunk/scripts/oj_windows.bat
Modified: core/trunk/scripts/oj_windows.bat
===================================================================
--- core/trunk/scripts/oj_windows.bat 2020-09-17 19:35:40 UTC (rev 6493)
+++ core/trunk/scripts/oj_windows.bat 2020-09-17 22:30:42 UTC (rev 6494)
@@ -36,6 +36,9 @@
rem --- if the proxy server requires authentication uncomment and edit also
these
rem set JAVA_OPTS=%JAVA_OPTS% -Dhttp.proxyUser=username
-Dhttp.proxyPass=password
+rem --- avoid a NoClassDefFoundError when JAI is used
+JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.media.jai.disableMediaLib=true
+
rem -- dequote path entries, just to be sure --
call :dequote %PATH%
set "PATH=%unquoted%"
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel