Removing probe instrumentation

Remove probe instrumentation from your project's class and jar files when you modify probes, or when you no longer want to collect probe data.

To remove probe instrumentation:
  1. Perform one of the following steps:
    • Rebuild your project from the source code.
    • Delete the instrumented class and jar files, then remove the .bak filename extension from the original, uninstrumented class and jar files.
  2. If the project is a source project, do the following:
    1. Clean and rebuild the probed project to clean the probe instrumentation from the class files.
    2. Delete the _probe.class files. (Probekit copied the required _probe.class files into the output container of the project when you applied the probe.)
    3. Rename all jar.bak files back to their original names.
  3. If the project is a binary project, do the following:
    1. Remove the _probekit_probes_ folder from the project's classpath. (Probekit created this folder and added it to the classpath.)
    2. Delete the _probekit_probes_ folder.
    3. Rename all bak files back to their original names.

Copyright IBM Corporation and others 2000, 2006. All rights reserved.