Skip to content

Commit 5bb7557

Browse files
Update the doc for class not found error (#689)
1 parent 7628bef commit 5bb7557

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Troubleshooting.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ This error indicates your application attempts to reference some classes which a
4747

4848
### Try:
4949
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.
5253

5354
## Failed to complete hot code replace:
5455
### Reason:

0 commit comments

Comments
 (0)