Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Requirements for creating plug-ins
To create plug-ins for Developer Studio, you need the software and project dependencies listed.
Software requirements for creating plug-ins
Java SE JDK 1.8.45 or later
Eclipse for RCP/Plug-in Developers (Ganymede 3.4 SR2 or later for Windows) To download the Eclipse software, go to http://www.eclipse.org/downloads/packages/release/ganymede/sr2. Extract the downloaded ZIP file into C:\Eclipse3.4 (or later version).
Project dependencies for creating plug-ins
Add the following Developer Studio plug-ins as dependencies to your custom plug-in project:
com.bmc.arsys.studio.api (7.6.02 or higher)
com.bmc.arsys.studio.commonui (7.6.02 or higher)
com.bmc.arsys.studio.model (7.6.02 or higher)
com.bmc.arsys.studio.ui (7.6.02 or higher)
com.bmc.arsys.studio.analyzer.core (7.6.02 or higher)
To do this, extract the contents of the ARSystemServerInstallDir\ DeveloperStudio\files\Plugins.zip file into your top-level Eclipse directory. For example, if your top-level Eclipse directory is C:\eclipse, extract the contents into that directory.