Answer the question
In order to leave comments, you need to log in
Why won't the Java debugger start in VS Code?
There is this java code:
class Example {
public static void main(String args[]) {
System.out.println("gg");
}
}
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Launch",
"request": "launch",
"mainClass": "Example"
}
]
}
Error: Could not find or load main class Example
Caused by: java.lang.ClassNotFoundException: Example
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question