From 94b306395915742197f44ad3a5f157f7ebcb3dcd Mon Sep 17 00:00:00 2001 From: Yan Zhang Date: Mon, 5 Aug 2019 11:03:15 +0800 Subject: [PATCH] Update Troubleshooting.md (#379) fix #377 --- Troubleshooting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 369d589..3551f22 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -10,8 +10,8 @@ There are 2 types of command execution methods. ### Requirements -* **Java**. Java Runtime is essential to run Maven commands. -* **Maven / Maven Wrapper**. The extension actually leverages Maven executable file in your local machine. By default, it tries the following ones in order: +* Install **Java**. Java Runtime is essential to run Maven commands. E.g. [AdoptOpenJDK](https://adoptopenjdk.net/), [Oracle OpenJDK](https://jdk.java.net/), etc. +* **[Install Maven](https://maven.apache.org/install.html) / Maven Wrapper**. The extension actually leverages Maven executable file in your local machine. By default, it tries the following ones in order: 1. The absolute path specified in config `maven.executable.path` if it is not empty. 2. `mvnw` file under your workspace root folder. (If you prefer to bypass this one, you can change value of config `maven.executable.preferMavenWrapper` to `false`.) 3. `mvn` in your system's `PATH`. @@ -41,4 +41,4 @@ Error message can be collected either **directly from the integrated terminal**, This environment variable is needed to run this program NB: JAVA_HOME should point to a JDK not a JRE ``` - In this case, please specify a correct `JAVA_HOME` environment variable, or re-install JRE/JDK if necessary. \ No newline at end of file + In this case, please specify a correct `JAVA_HOME` environment variable, or re-install JRE/JDK if necessary.