Hi I'm new to java and keep getting this error on and on in vs code. How do I solve this?
4 Answers
You can solve this by opening your current project folder in vs code, then navigate to "Java Projects" > "properties" > "clean workspace".
Tried other solutions here but didn't work for me, what eventually worked for me was:
- Moving the java file to a folder. (A project folder)
- Make sure the project folder is opened on the explorer tab in VS codes
1 Comment
Community
As it’s currently written, your answer is unclear. Please edit to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center.