You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Troubleshooting.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,9 @@ This error indicates your application attempts to reference some classes which a
47
47
48
48
### Try:
49
49
1. Check whether you configure the required libraries in the dependency settings file (e.g. *pom.xml*).
50
-
2. Run VS Code command *"Java: Force Java compilation"* to force the language server to rebuild the current project.
51
-
3. If the problem persists, it's probably because the language server doesn't load your project correctly. Please reference the [language server troubleshooting](#try) paragraph for more troubleshooting info.
50
+
2. If you have recently modified the *pom.xml* or *build.gradle* config file, you need right click on *pom.xml* or *build.gradle* file and then run the menu *"Update project configuration"* to force the language server to update the project configuration/classpath.
51
+
3. Run VS Code command *"Java: Force Java compilation"* to force the language server to rebuild the current project.
52
+
4. If the problem persists, it's probably because the language server doesn't load your project correctly. Please reference the [language server troubleshooting](#try) paragraph for more troubleshooting info.
0 commit comments