Importing Probekit source files into a project

You can import Probekit source files (probe files) from the file system into your project, and then build the probe to add it to your Probekit registry.

Note: Probekit source files must appear in the top level of a project source folder. They cannot be in a subfolder.

To import a Probekit source file (probe file) from the file system:

  1. In the Package Explorer, right-click the project source folder that you want to contain the Probekit source file and select Import.
  2. In the Import dialog box, select File system and then click Next.
  3. In the From file field, type the name of the probe file you want to import, or click Browse to select the file.
  4. Click Finish.
  5. In your profile launch configuration, select the Profile Settings tab
  6. Select Probe Insertion and click on Edit Options
  7. Click on the Refresh data button. Your probe should be compiled and made available in the profile launch configuration.