Skip to content

Commit e0335fa

Browse files
Update mainClass configError troubleshooting info (#386)
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
1 parent 7970e8b commit e0335fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Troubleshooting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ The debugger works with [Language Support for Java(TM) by Red Hat](https://marke
1919
## Failed to resolve classpath:
2020
### Reason:
2121
Below are the common failure reasons.
22-
- Main class 'C:\demo\org\microsoft\app\Main.java' doesn't exist in the workspace.
22+
- '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.
2324
- Main class 'org.microsoft.app.Main' isn't unique in the workspace.
2425
- The project 'demo' is not a valid java project.
2526

0 commit comments

Comments
 (0)