First steps:
- Make sure to check the System Requirements before installing the product.
- Make sure Eclipse is not running.
- GEF is required to be able to use the Call Graph feature.
- 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 in both platforms that has Java installed.
For installation details, see the following:
- Installation using installer
- Problems running the installer
- Installation using ZIP file
- 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
|
![]() |
Warning
|
|
Clean Eclipse Cached Configuration Option
|
![]() |
Verify Installation
|
![]() |
Progress Bar
|
|
Delete old installationsIf you installed a previous version, you will be asked if you want to delete old installations.To delete, select "Yes, delete the installations listed above" and click Next. |
![]() |
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\CodePro Profiler\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/CodePro Profiler. 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.profiler.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\CodePro Profiler\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 \CodePro Profiler\eclipse directory. The file should have the following content:
name=CodePro Profiler
id=com.instantiations.profiler
version=1.1.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 \CodePro Profiler\eclipse directory. Re-start Eclipse when prompted.
You must Register and Activate the product before you can use it for the first time.








