Jump to content

problem with creating maven project with vscode

I am trying to create a maven webapp project in vscode. while giving the package name and artifact name that it wanted to be the default ones for now i was asked to choose the directory for the project to be created but it abruptly stopped and failed to create the project with the exit code 126 (I am on ubuntu 23.04).

 

Screenshot from 2024-02-07 20-25-21.png

Link to comment
Share on other sites

Link to post
Share on other sites

Are you trying to create a Springboot project? If so, you should use https://start.spring.io

Seems as though maven isn't expecting the project directory to already exist, e.g. you are creating a duplicate.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×