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?
source
share