Adds instruction for creating JAVA_HOME env variable (#21371)

This commit is contained in:
sanyam142mittal 2020-05-11 06:28:22 +05:30 committed by GitHub
parent a410ed4601
commit cb83d5d155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ Building ASP.NET Core on Windows requires:
```
However, the build should find any JDK 11 or newer installation on the machine.
* Set the `JAVA_HOME` environment variable with the path of the java installation directory if your installation did not do that automatically. (Gradle needs this for execution.)
* This will be `RepoRoot/.tools/jdk/win-x64/` if you used the `InstallJdk.ps1` script
* This will be `C:/Program FIles/Java/jdk<version>/` if you installed the JDK globally
* Chrome - Selenium-based tests require a version of Chrome to be installed. Download and install it from <https://www.google.com/chrome>
### macOS/Linux