You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not test it yet with java 10 , but the following can help u :
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.
Good morning, i am trying to run the sample after compiling it using clean and install maven phases, then i try to run the jar file this way:
~/d/spring-boot-ignite> java -jar target/ignite-sample-manager\#\#0.0.1-SNAPSHOT-LOCAL.jar --add-exports=java.base/jdk.internal.misc=ALL-UNNAMED --add-exports=java.base/sun.nio.ch=ALL-UNNAME
I got this message
This is my config:
~/d/spring-boot-ignite> java --version java 10.0.1 2018-04-17 Java(TM) SE Runtime Environment 18.3 (build 10.0.1+10) Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.1+10, mixed mode) aironman@MacBook-Pro-Retina-de-Alonso ~/d/spring-boot-ignite> mvn --version Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T20:41:47+02:00) Maven home: /usr/local/Cellar/maven/3.6.0/libexec Java version: 10.0.1, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk-10.0.1.jdk/Contents/Home Default locale: es_ES, platform encoding: UTF-8 OS name: "mac os x", version: "10.14.2", arch: "x86_64", family: "mac"
Cant i use jdk10?
The text was updated successfully, but these errors were encountered: