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:
- 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.
- If the project is a source project, do the following:
- Clean and rebuild the probed project to clean the probe instrumentation
from the class files.
- Delete the _probe.class files. (Probekit copied the required _probe.class files
into the output container of the project when you applied the probe.)
- Rename all jar.bak files back to their original names.
- If the project is a binary project, do the following:
- Remove the _probekit_probes_ folder from the project's classpath.
(Probekit created this folder and added it to the classpath.)
- Delete the _probekit_probes_ folder.
- Rename all bak files back to their original names.