I would add that to run Ignite on Java 9 without default scripts one has to use the following JVM options:
--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED" --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=java.management/com.sun.jmx.mbeanserver=ALL-UNNAMED --add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED Ignite.NET adds these options automatically when Java 9 is detected, no user steps required. Thanks, Pavel On Thu, Jan 25, 2018 at 12:53 PM, vveider <mr.wei...@gmail.com> wrote: > Hi, Igniters! > > > Ticket IGNITE-6730 [1] was merged to master (and ignite-2.4) and now we > have > preliminary support of Java 9, which includes: > - compilation with JDK9 with some constraints (scala-2.10 based modules > should be turned off) > - run with JRE9/JDK9 through default scripts (ignite.{sh|bat}) > > Also, temporary TC project for Ignite Tests on Java 9 [2] was prepared; > analysis of test problems and corresponding fixes is in progress. > > Please, be advised. > > > [1] https://issues.apache.org/jira/browse/IGNITE-6730 > [2] https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java9 > > > > -- > Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ >