azure-spring-apps-training icon indicating copy to clipboard operation
azure-spring-apps-training copied to clipboard

Issue in creating microservice using Git Bash Command

Open Divyasri199 opened this issue 2 years ago • 1 comments

In Exercise-2>task-1, due to installing the microservice files with Java version 17 resulted with the below mentioned error while running the command ./mvnw clean package to build the microservice project

image

Referring to the below Microsoft document, tried installing the JDK 17 manually but the issue still persists.

https://github.com/microsoft/azure-spring-cloud-training/tree/master/00-setup-your-environment#prerequisites

Requesting you to help us on this blocker.

Divyasri199 avatar Jul 29 '22 15:07 Divyasri199

When you say "tried", did you succeed? For example, is running "java -version" saying that you use Java 17 or higher? Because that does seem like you're not using Java 17.

jdubois avatar Jul 29 '22 15:07 jdubois