Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in creating microservice using Git Bash Command #154

Open
Divyasri199 opened this issue Jul 29, 2022 · 1 comment
Open

Issue in creating microservice using Git Bash Command #154

Divyasri199 opened this issue Jul 29, 2022 · 1 comment

Comments

@Divyasri199
Copy link

Divyasri199 commented Jul 29, 2022

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.

@jdubois
Copy link
Contributor

jdubois commented Jul 29, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@jdubois @Divyasri199 and others