Java Runtime Environment (JRE) is essential for the proper functioning of the Fiorano Platform. For operating systems and environments with high activity, follow the procedure below to setup the JRE.
Requirements
Though JRE is sufficient for general use, a Java Development Kit (JDK) is required to build custom Java components. JDK 1.8 (revision 60 or above) is recommended.
Choose the 32-bit version or the 64-bit version depending on the architecture of the machine on which the server is located.
Installation
- Download Java SE Development Kit from the Oracle JAVA SE Downloads section in the official Oracle website: http://www.oracle.com/technetwork/java/javase/downloads/index.html
- Double-click the installer and follow the instructions in the Installer wizard.
Configuration
Once the installation is complete, the changes below need to be executed in the Fiorano Environment to use the installed JDK.
Servers
- Open the fiorano_vars.bat(sh) file from FIORANO_HOME.
- Point the variable JAVA_HOME and JDK_HOME to the location where Java is installed.
eStudio
- Open the file FIORANO_HOME/eStudio/eStudio.ini
Specify the location of JAVA_HOME/bin after the line -vm
The settings present in the fiorano_vars.bat/sh file are used for servers and components as default settings. To use a separate JDK for components, change the JVM_PARAMS value present in Runtime Arguments tab under Properties.