Difference between revisions of "Install Java Runtime Environment"
Jump to navigation
Jump to search
m (1 revision imported) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Installation_and_Configuration]] | ||
+ | |||
[[Category:How_To]] | [[Category:How_To]] | ||
+ | [[Category:How_To V11]] | ||
=Overview= | =Overview= | ||
− | Fusion Registry | + | Fusion Metadata Registry is a Java application which require a Java Runtime Environment (JRE) or Java Development Kit (JDK) to operate. |
If you do not already have Java installed, this guide explains how. | If you do not already have Java installed, this guide explains how. | ||
Line 9: | Line 12: | ||
[https://www.java.com/en/download/ Oracle Java Version 8] - free for personal development use, license fees apply for production or commercial use<br> | [https://www.java.com/en/download/ Oracle Java Version 8] - free for personal development use, license fees apply for production or commercial use<br> | ||
[https://aws.amazon.com/corretto/ Amazon Corretto 8] - free to use | [https://aws.amazon.com/corretto/ Amazon Corretto 8] - free to use | ||
+ | |||
+ | =New Installations of FMR= | ||
+ | If you are implementing a new installation of Fusion Metadata Registry, having installed the Java environment the next step is to install and configure an Apache Tomcat web application server [[Install Apache Tomcat|More]] |
Latest revision as of 05:03, 30 March 2024
Overview
Fusion Metadata Registry is a Java application which require a Java Runtime Environment (JRE) or Java Development Kit (JDK) to operate.
If you do not already have Java installed, this guide explains how.
Installing the Java Runtime Environment
Download and install one of the available Java Runtime Environments
Oracle Java Version 8 - free for personal development use, license fees apply for production or commercial use
Amazon Corretto 8 - free to use
New Installations of FMR
If you are implementing a new installation of Fusion Metadata Registry, having installed the Java environment the next step is to install and configure an Apache Tomcat web application server More