Skip to content

Commit

Permalink
Merge pull request #5919 from EnterpriseDB/mtk/remove-adoptium
Browse files Browse the repository at this point in the history
MTK: Removing Adoptium reference + specifying supported JDKs
  • Loading branch information
gvasquezvargas authored Aug 7, 2024
2 parents 61889f7 + 09eadb1 commit 68ca098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ EDB provides a graphical interactive installer for MacOS. You can access it two

## Prerequisites

You must have a Java JVM (version 1.8.0 or later) in place before Stack Builder can perform a Migration Toolkit installation. [Adoptium](https://adoptium.net) offers prebuilt OpenJDK binaries from fully open sources.
You must have a Java JVM (version 1.8.0 or later of Red Hat OpenJDK or Oracle JDK) in place before Stack Builder can perform a Migration Toolkit installation.

You must also set the `JAVA_HOME` environment variable. Use the following command:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ EDB provides a graphical interactive installer for Windows. You can access it tw

## Prerequisites

You must have a Java JVM (version 1.8.0 or later) in place before Stack Builder can perform a Migration Toolkit installation. [Adoptium](https://adoptium.net) offers prebuilt OpenJDK binaries from fully open sources.
You must have a Java JVM (version 1.8.0 or later of Red Hat OpenJDK or Oracle JDK) in place before Stack Builder can perform a Migration Toolkit installation.

The Java executable must be in your search path (`%PATH%` on Windows). On Windows, use the following command to set the search path, substituting the name of the directory that holds the Java executable for `javadir`:

Expand Down

1 comment on commit 68ca098

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.