VScode

[VScode] java 오류 "Cannot resolve the modulepaths/classpaths automatically, please specify the value in the launch.json."

우주유령 2022. 9. 5. 08:58
728x90
반응형

java를 8을 쓰다가 11을 쓰려고 하니까 vscode에서 아래와 같은 에러가 났다

"Cannot resolve the modulepaths/classpaths automatically, please specify the value in the launch.json."

 

Debugger extension에서 java8로 설정되어있어서 그런 것 같다.

 

ctrl + shift + p를 누르고 Clean Java Language Server Workspace를 해주면 해결된다.

 

https://stackoverflow.com/questions/67302573/java-vscode-errorcannot-resolve-the-modulepaths-classpaths-automatically-pleas

 

Java-VSCode error:Cannot resolve the modulepaths/classpaths automatically, please specify the value in the launch.json

first of all I read all the questions about the problem, but I could not find the answer. The compiler sent me an error "Cannot resolve the modulepaths/classpaths automatically, please specify...

stackoverflow.com

 

728x90
반응형