Apache Teaclave (incubating) Java TEE SDK is an open source universal confidential computing framework, making java computation on privacy-sensitive data safe and simple.
I was building the MOCK_IN_JVM Springboot project using mvn -Pnative clean package. While doing so I countered this error:
I am using macOS and JDK config is as follows:
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment GraalVM CE 21.1.0 (build 11.0.11+8-jvmci-21.1-b05)
OpenJDK 64-Bit Server VM GraalVM CE 21.1.0 (build 11.0.11+8-jvmci-21.1-b05, mixed mode, sharing)
I have not made any changes in the pom.xml file. Could you please help me to understand the issue and how to fix it?
I was building the MOCK_IN_JVM Springboot project using mvn -Pnative clean package. While doing so I countered this error:
I am using macOS and JDK config is as follows: openjdk version "11.0.11" 2021-04-20 OpenJDK Runtime Environment GraalVM CE 21.1.0 (build 11.0.11+8-jvmci-21.1-b05) OpenJDK 64-Bit Server VM GraalVM CE 21.1.0 (build 11.0.11+8-jvmci-21.1-b05, mixed mode, sharing)
I have not made any changes in the pom.xml file. Could you please help me to understand the issue and how to fix it?