You can export probes that you have built and share them with other
Probekit users.
- In the Navigator or Package Explorer view, open the project
that contains the probe that you want to export.
- 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).
- Right-click the project, then click .
- In the Export window, select Probe and
then click Next.
- 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.
- 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.
- In the Options area, select whether to include
the Probekit source file in the exported file.
- Click Finish. The probekit file
containing the exported probe appears in the destination folder.