apache / incubator-teaclave-java-tee-sdk

Apache Teaclave (incubating) Java TEE SDK is an open source universal confidential computing framework, making java computation on privacy-sensitive data safe and simple.
https://teaclave.apache.org
Apache License 2.0
49 stars 15 forks source link

Build Failure #31

Open marutlahoty opened 1 year ago

marutlahoty commented 1 year ago

I was building the MOCK_IN_JVM Springboot project using mvn -Pnative clean package. While doing so I countered this error:

Screenshot 2023-07-09 at 4 33 13 PM

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?