Install Manually by Copying Links and Updating .ini Files
This approach can be used to install on any existing standard Eclipse installation only.
Note: This approach does not support installing TIBCO BusinessEvents Studio on TIBCO Business Studio.
Procedure
Copy the files
TIBCOBusinessEvents-Studio-plugins.link and
TIBCOBusinessEvents-EclipsePlatform-plugins.link from
BE_HOME/studio/eclipse/dropins_configuration to
Your_Eclipse/links.
Configure the
Your_Eclipse/eclipse.ini file as follows:
Ensure that the VM setting is done for Java 1.8 JVM. Path should appear in a new line:
–vm
path to JRE 1.8
Add the following properties to
-vmargs, each on a new line
-DBE_HOME=path to BE_HOME
-Dstudio.wrapper.tra.file=<path to BE_HOME>/studio/eclipse/configuration/studio.tra
-DJDK_LIB=path to JRE 1.8/lib
Change directory to the
Your_Eclipse
location and run the command:
eclipse -clean –initialize
Run the command
eclipse.
Running this command loads Eclipse with the BusinessEvents Studio plug-ins.