Skip to content
Snippets Groups Projects
Unverified Commit c3d6ea17 authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

Merge pull request #9199 from metabase/fix-dox

Fix ambiguous dox: you only need JRE, not JDK
parents 5a4d4f9d 6f085f51
No related merge requests found
# Running the Metabase Jar File
To run the Metabase jar file you need to have Java installed on your system. Currently Metabase requires Java 8 or higher and will work on either the OpenJDK or Oracle JDK.
To run the Metabase jar file you need to have Java installed on your system. Currently Metabase requires Java 8 or higher and will work on either the OpenJDK or Oracle JRE.
### Download Metabase
......@@ -19,7 +19,7 @@ You should see output such as:
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
If you did not see the output above and instead saw either an error or your Java version is less than 1.8, then you need to install the Java Runtime.
If you did not see the output above and instead saw either an error or your Java version is less than 1.8, then you need to install the Java Runtime (JRE).
[OpenJDK Downloads](http://openjdk.java.net/install/)
[Oracle's Java Downloads](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment