JAL-2702 --illegal-access=warn for JVM launch
authorJim Procter <jprocter@issues.jalview.org>
Mon, 13 Nov 2017 14:33:06 +0000 (14:33 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Mon, 13 Nov 2017 14:33:06 +0000 (14:33 +0000)
build.xml

index f39fdf3..4931cfb 100755 (executable)
--- a/build.xml
+++ b/build.xml
 
     <jnlpf toFile="${jnlpFile}" />
     <!-- add the add-modules j2se attribute for java 9 -->
-    <replace file="${jnlpFile}" value="j2se version=&quot;1.7+&quot; initial-heap-size=&quot;${inih}&quot; max-heap-size=&quot;${maxh}&quot; java-vm-args=&quot;--add-modules=java.se.ee&quot;">
+    <replace file="${jnlpFile}" value="j2se version=&quot;1.7+&quot; initial-heap-size=&quot;${inih}&quot; max-heap-size=&quot;${maxh}&quot; java-vm-args=&quot;--add-modules=java.se.ee --illegal-access=warn&quot;">
           <replacetoken>j2se version="1.7+"</replacetoken>
            
         </replace>