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

  1. Copy the files TIBCOBusinessEvents-Studio-plugins.link and TIBCOBusinessEvents-EclipsePlatform-plugins.link from BE_HOME/studio/eclipse/dropins_configuration to Your_Eclipse/links.
  2. Configure the Your_Eclipse/eclipse.ini file as follows:
    • Ensure that the VM setting is done for Java 1.7 JVM. Path should appear in a new line:

      –vm

      path to JRE 1.7

    • 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.7/lib
  3. Change directory to the Your_Eclipse location and run the command:
    eclipse -clean –initialize
  4. Run the command eclipse.

    Running this command loads Eclipse with the BusinessEvents Studio plug-ins.