-
Notifications
You must be signed in to change notification settings - Fork 40
Description
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?