You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Denis Magda <dm...@apache.org> on 2018/08/16 00:47:34 UTC

Re: Ignite running on JDK10? (Maybe Solved)

JDK 10/11 is planned to be supported in the nearest time. Stay tuned.

--
Denis

On Fri, Aug 10, 2018 at 8:47 AM KJQ <kj...@logicdrop.com> wrote:

> Added the exports to the SpringBoot plugin seem to work for me in addition
> to
> having them in my compiler and surefire plugins...it at least starts up
> Ignite and I see the Ignite banner.
>
> <plugin>
>     <groupId>org.springframework.boot</groupId>
>     <artifactId>spring-boot-maven-plugin</artifactId>
>     <configuration>
>         <jvmArguments>
>             --add-exports=java.base/jdk.internal.misc=ALL-UNNAMED
>             --add-exports=java.base/sun.nio.ch=ALL-UNNAMED
>         </jvmArguments>
>     </configuration>
> </plugin>
>
>
>
> -----
> KJQ
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>