You can import a probe source file from the file system into your Probekit project, and then build the probe to enter its information into the Probekit registry.
- Prerequisites
- Creating a Probekit project
Note: Probe source files must appear in the top level of a project source folder; they cannot be in a subfolder.
To import a probe source file from the file system:
- In the Package Explorer, right-click the Probekit project source folder that you want to contain the probe source file and select from the pop-up menu. If you import the file into a Java™ project, you must convert the project to a Probekit project, or the probe will not build correctly.
- In the Import dialog box, select File system and then click Next>.
- In the From file field, type the name of the .probe file you want to import, or click Browse... to locate the file.
- Click Finish. If autobuild is enabled, the probe source file is built and information for the new probe appears in your Probekit registry.