First steps:
- Make sure to check the System Requirements before installing the product.
- Make sure Eclipse is not running.
- Choose and download an installer. If you're on MS Windows you'll probably use the *.exe installer. In Linux, download the *.bin installer. However, the *.jar installer will work for any platform that has Java installed.
For installation details, see the following:
- Installation using installer
- Problems running the installer
- Installation using ZIP file
- Installation using ZIP file under RAD7
- Product Registration and Activation
- Problems after installation
Installation using installer
Launch the installer that you downloaded.
- In Windows, double-click the installer file.
- In Linux, first change the permission to be able to execute the file then double-click the installer file.
- In graphical user mode, Right-click > Properties > Permissions and give the Owner, Execute permission. Now double-click the installer.
- In terminal mode,
chmod a+x Installer_vXXX_linux_x86.bin
- then execute
./Installer_vXXX_linux_x86.bin
- Note: If you encounter problems installing, see Problems running the Installer.
The instructions below will walk you through the Install wizards.
Note: All the installers look about the same, but the paths in the file system will be a bit different for each platform. These examples are taken from the Windows installer.
Welcome
| |
License AgreementThis is the license agreement. You should read through the agreement.
| ![]() |
Installation Directory
|
|
Select Eclipse Product
Note: If you are installing RCP Developer version 1.0.0, choose Eclipse 3.1.x.
| ![]() |
Warning
|
|
Clean Eclipse Cached Configuration Option
| ![]() |
Verify Installation
| ![]() |
Progress Bar
|
|
Installation Complete
| ![]() |
Installation using Zip files
Please make sure you downloaded the correct zip file version for the version of Eclipse you are installing it into.There are two ways you can install the zip file:
Option 1. Install directly into your Eclipse root directory
- Unzip the files into your Eclipse root
directory while making sure to preserve the folder structure within the
ZIP file. This will add the product features and plug-ins to your existing
Eclipse features and plug-in directories.
- Before starting Eclipse, delete everything in your \eclipse\configuration directory except for your config.ini file. This is to avoid a common Eclipse 3.x plugin cache bug.
- Select a location outside of your Eclipse installation and create an "eclipse" subdirectory. For example:
C:\Program Files\Instantiations\RCP Developer\eclipse. Unzip the files into the "eclipse" subdirectory. This will add "features"
and "plugins" subdirectories to the "eclipse"
directory.
- Next, create
a link file (text file) that contains a single line specifying the
full path to the product location. Example: path=C:/Program Files/Instantiations/RCP Developer. Save the text file in your main <eclipse>\links directory with a file extension of .link. You may have to create the links subdirectory if it does not exist. Example: c:\dev\eclipse\links\com.instantiations.rcpdeveloper.link
- Before starting Eclipse, delete everything in your \eclipse\configuration directory except for your config.ini file. This is to avoid a common Eclipse 3.x plugin cache bug.
- Select a location outside of your Eclipse installation and create an "eclipse" subdirectory. For example:
C:\Program Files\Instantiations\RCP Developer\eclipse. Unzip the files into the "eclipse" subdirectory. This will add "features"
and "plugins" subdirectories to the "eclipse"
directory.
- Create a .eclipseextension file and save it in your \RCP Developer\eclipse directory. The file should have the following content:
name=RCP Developer
id=com.instantiations.rcpdeveloper
version=2.7.0 - Before starting Eclipse, delete everything in your \eclipse\configuration directory except for your config.ini file. This is to avoid a common Eclipse 3.x plugin cache bug. Launch Eclipse and open Help > Sofware Updates > Manage Configuration. Click Add an Extension Location and browse to where you saved the .eclipseextension file. For example your \RCP Developer\eclipse directory. Re-start Eclipse when prompted.
Installation using ZIP file under RAD7
Please make sure you downloaded the correct zip file version. For RAD7, you should download the zip file for Eclipse 3.2.
Using an extension location
- Select a location outside of your RAD installation and create an "eclipse" subdirectory. For example:
C:\Program Files\Instantiations\RCP Developer\eclipse. Unzip the files into the "eclipse" subdirectory. This will add "features"
and "plugins" subdirectories to the "eclipse"
directory.
- Next, create a text file and call it ".eclipseextension" within the "C:\Program Files\Instantiations\RCP Developer\\eclipse" directory. This file
should contain the name of the product, the product id and version number.
For Example:name=RCP Developer
id=com.instantiations.rcpdeveloper
version=2.7.0 - Start the IDE (RAD7) and go to Help > Software Updates > Manage
Configuration. Click Add an Extension Location and browse to
the C:\Program Files\Instantiations\RCP Developer\eclipse directory created earlier and click OK.
Select Yes when asked to restart the IDE.
You must Register and Activate the product before you can use it for the first time.







