Difference between revisions of "Install Java Runtime Environment"

From FMR Knowledge Base
Jump to navigation Jump to search
 
(4 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 Metadata Registry is a Java application which require a Java Runtime Environment (JRE) or Java Development Kit (JDK) to operate.  
 
Fusion Metadata Registry is a Java application which require a Java Runtime Environment (JRE) or Java Development Kit (JDK) to operate.  
Line 10: Line 13:
 
[https://aws.amazon.com/corretto/ Amazon Corretto 8] - free to use
 
[https://aws.amazon.com/corretto/ Amazon Corretto 8] - free to use
  
More information on how to install Fusion Metadata Registry is covered in this [[Install Apache Tomcat|article]].
+
=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