Exporting probes

You can export probes that you have built and share them with other Probekit users.

To export a probe:

  1. In the Navigator or Package Explorer view, open the project that contains the probe that you want to export.
  2. The following files should have been generated in your project, all of which are required by the Export wizard:
    • <myProbe>.java
    • <myProbe>.class and <myProbe>$Probe*.class files
    • <myProbe>.probeinfo
    • <myProbe>.probescript
    where <myProbe> is the name of your Probekit source file (probe file).
  3. Right-click the project, then click Export.
  4. In the Export window, select Probe and then click Next.
  5. Select the project from the open projects list, then in the right-hand pane, select the Probekit source file for the probe that you want to export.
  6. In the To file field, type the name of a destination file for the exported probe, or click Browse to specify the folder and filename. The filename extension for the destination file must be .probekit.
  7. In the Options area, select whether to include the Probekit source file in the exported file.
  8. Click Finish. The probekit file containing the exported probe appears in the destination folder.
Related reference
Probe page, Export dialog box