Products | Versions |
---|---|
TIBCO Rendezvous | - |
Not Applicable | - |
Resolution:
Description:
============
We execute the command “TIBCOUniversalInstaller-lnx-x86.bin –console” to launch TIBCO Rendezvous (RV) installation, we get the following error message:
No Java Runtime Environment (JRE) was found on this system.
Environment:
============
All
Resolution:
=========
The error indicates that no JRE can be found on the system, “No Java Runtime Environment (JRE) was found on this system”.
Since RV 8.0, a minimum Java version of 1.5.0 is required. The following information is included in the RV 8.x Release Notes:
=================================
Changes in Functionality
Release 8.0
1-8D9X5B
Features such as RVDM and the TIBCO Universal Installer require JDK 1.5 or later.
=================================
You can run the installer with the following command line parameter in the event that it does not locate the JRE itself.
-is:javahome <JRE path>
Try to launch the installer with the following command
TIBCOUniversalInstaller-lnx-x86.bin –console -is:javahome <JRE path>