From 607f5d86696ef3399af2c7fd0cfa4bde40485cf0 Mon Sep 17 00:00:00 2001 From: Jinbo Wang Date: Sat, 12 Oct 2019 13:44:23 +0800 Subject: [PATCH] Update troubleshooting for build failed error (#687) --- Troubleshooting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index c4e23ae..cc45710 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -19,7 +19,8 @@ The error indicates your workspace has build errors. There are two kinds of buil ### Try: 1. Open VS Code PROBLEMS View, and fix the errors there. -2. If no errors are found in the PROBLEMS View, reference the [language server troubleshooting](#try) paragraph to update project configuration, and clean workspace cache. +2. Run VS Code command *"Java: Open Java language server log file"* to view more details for the build errors. +3. If still cannot find out what errors, then reference the [language server troubleshooting](#try) paragraph to [2]update project configuration, and [3]clean workspace cache. ## x.java isn't on the classpath. Only syntax errors will be reported ### Reason: