Update baremetal installation docs to refer Java 17 (#13817)

This commit is contained in:
Sriharsha Chintalapani 2023-11-04 09:55:36 -07:00 committed by GitHub
parent edadb2f223
commit 532a7938ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ Requirements This guide assumes you have access to a command-line environment or
or Mac OS X or PowerShell on Microsoft Windows. This guide also assumes that your command-line environment has access to
the tar utility. Please review additional requirements listed in the subsections below.
## Java (version 11.0.0 or greater)
## Java (version 17.0.0 or greater)
OpenMetadata is built using Java, DropWizard, and Jetty.
@ -19,7 +19,7 @@ Type the following command to verify that you have a supported version of the Ja
java --version
```
To install Java or upgrade to Java 11 or greater, see the instructions for your operating system at [How do I install
To install Java or upgrade to Java 17 or greater, see the instructions for your operating system at [How do I install
Java?](https://java.com/en/download/help/download_options.html#mac).
## MySQL (version 8.0.0 or greater)