Skip to content

Commit 4162f03

Browse files
authored
Add a note on JAVA_8_HOME environment variable
1 parent 5314bbc commit 4162f03

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎doc/installation.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ To try out a simple quickstart project, please refer to the [quick-start guide](
1515
2. Build Pinpoint (Only required if you're building from source)
1616
1. Clone Pinpoint - `git clone $PINPOINT_GIT_REPOSITORY`
1717
2. Set JAVA_6_HOME environment variable to JDK 6 home directory.
18-
2. Set JAVA_7_HOME environment variable to JDK 7+ home directory.
19-
3. Run `mvn install -Dmaven.test.skip=true` in Pinpoint home directory.
18+
3. Set JAVA_7_HOME environment variable to JDK 7+ home directory.
19+
4. Set JAVA_8_HOME environment variable to JDK 8 home directory.
20+
5. Run `mvn install -Dmaven.test.skip=true` in Pinpoint home directory.
2021
3. Pinpoint Collector ([details](#pinpoint-collector))
2122
1. Deploy *pinpoint-collector-$VERSION.war* to a web container.
2223
2. Configure *pinpoint-collector.properties*, *hbase.properties*.
@@ -68,8 +69,9 @@ There are two options:
6869
* Maven 3.2.x+ installed
6970
* JAVA_6_HOME environment variable set to JDK 6 home directory.
7071
* JAVA_7_HOME environment variable set to JDK 7+ home directory.
72+
* JAVA_8_HOME environment variable set to JDK 8 home directory.
7173

72-
JDK 7+ and JAVA_7_HOME environment variable are required to build **profiler-optional**. For more information about the optional package, please take a look [here](../profiler-optional/README.md).
74+
JDK 7+ and JAVA_7_HOME, JAVA_8_HOME environment variable are required to build **profiler-optional**. For more information about the optional package, please take a look [here](../profiler-optional/README.md).
7375

7476
Additionally, the required Java version to run each Pinpoint component is given below:
7577

0 commit comments

Comments
 (0)