Before you can use a new or modified probe, you must compile it.
The probe compiler generates a Java source code file, yourprobe_probekit.java, based on the probe specifications. If your workspace is set to auto-build modified resources, Eclipse compiles the generated Java source code into class files named yourprobe_probekit<sequence_number>.class. The class files contain the compiled probe fragments, as well as the supporting code that executes when you run your instrumented application.
In addition, the probe compiler generates a file named yourprobe.probescript. This file contains instructions for the byte-code instrumentation engine, telling it how to insert the probes into your project’s class and jar files.
If your probe contains references to other packages and classes, you might need to change the probe’s project settings so that the compile-time references can be resolved. These settings are found in Project > Properties, Java Build Path.