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
andTIBCOBusinessEvents-EclipsePlatform-plugins.link
fromBE_HOME
/studio/eclipse/dropins_configuration
toYour_Eclipse
/links.
- Configure the
Your_Eclipse
/eclipse.ini
file as follows:Ensure that the VM setting is done for Java 1.11 JVM. Path should appear in a new line:–vm
path to JRE 1.11
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.11/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.