Skip to content

Commit

Permalink
Update baremetal installation docs to refer Java 17 (#13817)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshach authored Nov 4, 2023
1 parent edadb2f commit 532a793
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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)
Expand Down

0 comments on commit 532a793

Please sign in to comment.