You can export probes that you have built and share them with other
Probekit users.
- In the Navigator or Package Explorer view, open the Probekit project
that contains the probe that you want to export.
- If you do not have auto-build set, build the Probekit project. The probe builder creates the following files, 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 Probekit project, then click .
- In the Export window, select Probe and
then click Next.
- Select the Probekit 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.