Reputation: 87
this error keeps showing while I run any java program on vs code, the program gets executed with no problem but the error keeps showing
Upvotes: 0
Views: 8240
Reputation: 589
You need to right-click on the parent folder of the file you are working on in your current workspace and then click on "Add Folder To Java Source Path"
Upvotes: 2
Reputation: 9209
The method of opening file is wrong. The problem is that a single file cannot be recognized as a project. The correct way to open a java file is to open folder first and then the file.
Upvotes: 2