Thanks Michaels!
Il 27 apr 2018 9:36 AM jump-pilot-svn--- via Jump-pilot-devel 
<jump-pilot-devel@lists.sourceforge.net> ha scritto:
>
> Revision: 5776 
>           http://sourceforge.net/p/jump-pilot/code/5776 
> Author:   michaudm 
> Date:     2018-04-27 07:36:00 +0000 (Fri, 27 Apr 2018) 
> Log Message: 
> ----------- 
> oj_windows.bat now expors modules for java9 AND post-java9 versions 
>
> Modified Paths: 
> -------------- 
>     core/trunk/scripts/oj_windows.bat 
>
> Modified: core/trunk/scripts/oj_windows.bat 
> =================================================================== 
> --- core/trunk/scripts/oj_windows.bat 2018-04-23 22:25:47 UTC (rev 5775) 
> +++ core/trunk/scripts/oj_windows.bat 2018-04-27 07:36:00 UTC (rev 5776) 
> @@ -103,8 +103,9 @@ 
>      set JAVAVER_PATCH=%%x 
> ) 
>
> -rem -- java9 needs some packages explicitly added/exported -- 
> -if /i "%JAVAVER_MAJOR:~0,1%"=="9" ( 
> +rem -- java9+ needs some packages explicitly added/exported -- 
> +set /a JAVAVER_NUMBER=JAVAVER_MAJOR 
> +if %JAVAVER_NUMBER% geq 9 ( 
>    set JAVA_OPTS=%JAVA_OPTS% --add-exports 
> java.base/jdk.internal.loader=ALL-UNNAMED ^ 
> --add-exports java.desktop/com.sun.java.swing.plaf.windows=ALL-UNNAMED ^ 
> --add-exports java.desktop/com.sun.java.swing.plaf.motif=ALL-UNNAMED ^ 
>
>
> ------------------------------------------------------------------------------
>  
> 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 
------------------------------------------------------------------------------
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