Hi Ki, I just have tried the same command
$./mvnw -version *Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)* Maven home: /Users/szetszwo/.m2/wrapper/dists/apache-maven-3.9.0-bin/31cc4014/apache-maven-3.9.0 Java version: 1.8.0_401, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk-1.8.jdk/Contents/Home/jre Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "14.5", arch: "x86_64", family: "mac" On Wed, Jul 3, 2024 at 12:44 PM ka yuu <[email protected]> wrote: > > Hello, everyone, I have a question, when I use 'mvn clean package > -DskipTests' command to build ratis, i meet this error msg ----------- > > [*ERROR*] > /Users/dengchao/work/ratis/ratis-proto/src/main/proto/Examples.proto [0:0]: > /Users/dengchao/work/ratis/ratis-proto/target/protoc-plugins/protoc-gen-grpc-java-1.58.0-osx-aarch_64.exe: > program not found or is not executable > > Please specify a program using absolute path or make sure the program is > available in your PATH system variable > > > [*ERROR*] Failed to execute goal > org.xolstice.maven.plugins:protobuf-maven-plugin:0.6.1:compile-custom > *(compile-grpc)* on project ratis-proto: *protoc did not exit cleanly. > Review output for more information.* -> *[Help 1]* > > *--------* > > > *my jdk version is: *java version "1.8.0_411" > > Java(TM) SE Runtime Environment (build 1.8.0_411-b09) > > Java HotSpot(TM) 64-Bit Server VM (build 25.411-b09, mixed mode) > > > > my maven version is: Maven home: /usr/local/maven3.8.8 > > Java version: 1.8.0_411, vendor: Oracle Corporation, runtime: > /Library/Java/JavaVirtualMachines/jdk-1.8.jdk/Contents/Home/jre > > Default locale: en_CN, platform encoding: UTF-8 > > OS name: "mac os x", version: "14.5", arch: "aarch64", family: "mac" > >
