We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7970e8b commit e0335faCopy full SHA for e0335fa
1 file changed
Troubleshooting.md
@@ -19,7 +19,8 @@ The debugger works with [Language Support for Java(TM) by Red Hat](https://marke
19
## Failed to resolve classpath:
20
### Reason:
21
Below are the common failure reasons.
22
-- Main class 'C:\demo\org\microsoft\app\Main.java' doesn't exist in the workspace.
+- 'C:\demo\org\microsoft\app\Main.java' is not a valid class name.
23
+- Main class 'org.microsoft.app.Main' doesn't exist in the workspace.
24
- Main class 'org.microsoft.app.Main' isn't unique in the workspace.
25
- The project 'demo' is not a valid java project.
26
0 commit comments