你如何更改vs工作室目录?

How do you change vs studio directory?

提问人:Kit 提问时间:11/2/2023 最后编辑:CompoKit 更新时间:11/3/2023 访问量:40

问:

我试图使用此命令在 VSCode PowerShell 终端中运行我的 maven java 项目,但出现此错误:mvn package

& : The term 'c:\Users\milop\OneDrive\Documents\Personal Github Repositories\StockAnalysis-1\libs\mvn.cmd' is not recognized as a name of a cmdlet, function, 
script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

我注意到mvn.cmd的目录是完全错误的:它应该是:c:\Users\milop\OneDrive\Documents\Personal Github Repositories\StockAnalysis-1\libs\mvn.cmdC:\Program Files\apache-maven-3.9.5\bin\mvn.cmd

我的问题是我如何修复这个错误?我不知道这是否与此错误有关,但是当我单击 maven 项目中的依赖项时,它说回溯进程终止并出现代码 1 错误。

我试着在电脑上回头看我的环境变量,但一切都在那里。 我也尝试重新下载 maven,但没有运气。

Java PowerShell Maven visual-studio-code cmd

评论


答:

0赞 JialeDu 11/3/2023 #1

编辑以下设置:

"maven.executable.path": ""

官方文档,或在“设置”面板中搜索更多相关设置maven