How to specify the version of Java used to run the iProcess Technology Plug-in Installer

How to specify the version of Java used to run the iProcess Technology Plug-in Installer

book

Article ID: KB0079487

calendar_today

Updated On:

Products Versions
TIBCO iProcess Technology Plug-ins -

Description

The TIBCO iProcess Technology Plug-in Installer is used to install the plug-in into the iProcess Engine. The Installer requires a Java JRE to run. Some servers have multiple versions of Java installed. This can lead to unpredictable results as to which version of Java is used by the Installer.

This article details a way to instruct the iProcess Technology Plug-in Installer to use a specific Java JRE.

Issue/Introduction

How to specify the version of Java used to run the iProcess Technology Plug-in Installer

Environment

Product: TIBCO iProcess Technology Plug-ins Version: All Supported OS: All Supported Operating Systems

Resolution

Invoke the iProcess Technology Plug-in Installer from the command line using the -is:javahome parameter. The format of the parameter is:

 -is:javahome <path_to_JAVA_HOME>

The name of the iProcess Technology Plug-in Installer is different on each platform. The following provides examples of starting the Installer using the parameter:

Windows:
GUI:                 setupwindows32  -is:javahome c:\swserver\staffw_node1\java
Console Mode:   setupwindows32  -is:javahome c:\swserver\staffw_node1\java  -console

Linux
:
GUI:                ./setupLinux.bin  -is:javahome /opt/tibco/swserver/staffw_node1/java
Console Mode:  ./setupLinux.bin  
-is:javahome /opt/tibco/swserver/staffw_node1/java  -console

Solaris (SPARC)
:
GUI:                ./setupSolairs.bin  -is:javahome /opt/tibco/swserver/staffw_node1/java
Console Mode:  ./setupSolaris.bin  
-is:javahome /opt/tibco/swserver/staffw_node1/java  -console

Solaris x86
:
GUI:                ./setupSolairsx86.bin  -is:javahome /opt/tibco/swserver/staffw_node1/java
Console Mode:  ./setupSolarisx86.bin  
-is:javahome /opt/tibco/swserver/staffw_node1/java  -console


IBM AIX
:
GUI:                ./setupaix.bin  -is:javahome /opt/tibco/swserver/staffw_node1/java
Console Mode:  ./setupaix.bin  
-is:javahome /opt/tibco/swserver/staffw_node1/java  -console


HP-UX Itanium
:
GUI:                ./setupHPIA64.bin  -is:javahome /opt/tibco/swserver/staffw_node1/java
Console Mode:  ./setupHPIA64.bin  
-is:javahome /opt/tibco/swserver/staffw_node1/java  -console

Additional Information

TIBCO iProcess Technology Plug-in Installation Guide