Skip to content

Commit

Permalink
Add JAVA_HOME step
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Garguilo authored and Dominic Garguilo committed Apr 9, 2024
1 parent 487f17d commit 973373f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Accumulo 2.1 will be used for experimentation. Configuring accumulo to start com
1. Install the java versions you want to test (we used 11, 17 and 21). For example, to install Java 17:
1. `sudo apt install openjdk-17-jdk`
2. `sudo update-alternatives --config java` and select the version you want to use before starting your accumulo instance
3. Ensure your `JAVA_HOME` is set to the correct version of java

## Running the test

Expand Down

0 comments on commit 973373f

Please sign in to comment.