Studio Installation Notes for Linux

This section provides additional information for running Studio under Linux.

Launching Studio

To start Studio from the command line execute the file <ORABPM_HOME>/eclipse/eclipse.

Additional Installation Steps

Depending on your Linux Distribution and version, you might need to complete the following additional steps to have a fully functional installation of Oracle BPM Studio:
  • You need to have Mozilla Firefox (version 2.0 or above) installed in your system. You must set the environment variable MOZILLA_FIVE_HOME to your Firefox installation directory. In addition, you may need to prepend this same directory to the LD_LIBRARY_PATH variable. Example, from a bash shell:
      export MOZILLA_FIVE_HOME=/usr/lib/firefox
      export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH