How can I find classpath for Java in Visual Studio Code?

I am trying to debug Java code in Visual Studio Code, but always get this error Failed to resolve classpath: Main class '<name of mainclass here>' doesn't exist in the workspace.I need help. How can I find mainclass or classpath for Java?

+4
source share
1 answer

Have you installed the Code Runner extension? You need some kind of extension to run / debug java in vscode.

0
source

Source: https://habr.com/ru/post/1687080/


All Articles