...
- Extract the contents of the installation package to a desired location. The cpptest directory that contains all C/C++test files will be created. In this document, the cpptest installation directory is referred to as <
INSTALL_DIR>
.On Windows, some utilities for unpacking archives may prevent extracting the contents of the distribution package if the path to the extraction location exceeds 126 characters.
- (optional) Add
<INSTALL_DIR>
and <INSTALL_DIR>/bin
to $PATH
to enable convenient access to the cpptestcli executable and the utility tools shipped with C/C++test. - Open your IDE (see IDE Support for information about supported IDEs).
- Choose Help> Install New Software in the menu bar.
- Click Add.
- Click Archive and choose <
INSTALL_DIR>/integration/eclipse/parasoft_cpptest_professional-eclipse-<version>-p2-<os_arch>.zip
. - Select Parasoft C/C++test.
We recommend that you disable the Contact all update sites during install to find required software option to avoid accidental upgrades of Eclipse components. - Click Next and follow the wizard to complete the installation process.
- Restart the IDE when prompted.
...
Create (or modify if already exists) a .pathtoeclipse file that includes the absolute path to Eclipse and save it in the C/C++test installation directory
<INSTALL_DIR>
.Code Block language text title .pathtoeclipse D:\eclipses\my_eclipse_2020-06
- Specify the path to Eclipse when running analysis with
cpptestcli
by adding the-path-to-eclipse=</absolute/path/to/eclipse>
option to your command line.
...