microsoft / vscode-java-debug

Java Debugger for Visual Studio Code.
Other
530 stars 339 forks source link

java.lang.NoClassDefFoundError #1519

Open Thwfrosty opened 2 weeks ago

Thwfrosty commented 2 weeks ago

i have this issue when i run code in the first line happen the issue and the terminal says: Error: Could not find or load main class Test3 Caused by: java.lang.NoClassDefFoundError: Test3 (wrong name: Java/Test3) Image