[readme] fix link to "path variables" page

At the previous link, there is no mention of "path variables" on the page.

GitOrigin-RevId: 9b75dd584212c1c88f801ae0826ce28c23363e1b
This commit is contained in:
Oge Nnadi
2020-05-28 14:53:07 +03:00
committed by intellij-monorepo-bot
parent 819a8ab035
commit d992c5b59e
+1 -1
View File
@@ -47,7 +47,7 @@ JDK version 1.8 (u162 or newer) is required for building and developing for Inte
2. Also configure a JDK named "**IDEA jdk**" (case sensitive), pointing to `<JDK_16_HOME>`. If you don’t want to install JDK 1.6
then you may configure **IDEA jdk** to point to `<JDK_18_HOME>`. However, you must be careful to avoid using Java 8 APIs in IntelliJ IDEA Community Edition modules that use **IDEA jdk**.
* If not already present, add the corresponding path for tools.jar to the Classpath for "**IDEA jdk**" JDK.
3. If the _Maven Integration_ plugin is disabled, [add the path variable](https://www.jetbrains.com/help/idea/working-with-projects.html#path-variables)
3. If the _Maven Integration_ plugin is disabled, [add the path variable](https://www.jetbrains.com/help/idea/absolute-path-variables.html)
"**MAVEN_REPOSITORY**" pointing to `<USER_HOME>/.m2/repository` directory.
4. _**Speed Tip:**_ If you have enough RAM on your computer,
[configure the compiler settings](https://www.jetbrains.com/help/idea/specifying-compilation-settings.html)