Attribute | Description | Required |
home | The directory where JProbe is intalled. | Yes |
vm | Indicates which virtual machine to run. Must be one of "jdk117", "jdk118" or "java2".If "java2" is specified, the user is also required to specify a path via javaexe, otherwise it will check if the current executing VM is 1.2+ and use its java.home property to determine its location. | No, default to embedded VM if 1.2+ |
javaexe | The path to the java executable. | No, use only for java2 vm. |
applet | Run an applet. The default is false, unless the file under analysis ends with htm or html. | No, default is "false". |
seedname | Seed name for the temporary snapshot files (files will be named seed.jpc, seed1.jpc, seed2.jpc, ...) | No, default to "snapshot" |
exitprompt | Toggles display of the console prompt: "Press Enter to close this window." "always": Always displays the prompt. "never": Never displays the prompt. "error": Only displays prompt after an error. | No, default is "never" |
finalsnapshot | Type of snapshot to send at program termination. Must be one of "none","coverage","all" | No, default to "coverage" |
recordfromstart | Must be one of "coverage", "all", "none". If you want Coverage to start analyzing as soon as the program begins to run, use "all". If not, select "none". | No, default to "coverage" |
warnlevel | Set warning level (0-3, where 0 is the least amount of warnings). | No, default to 0 |
snapshotdir | The path to the directory where snapshot files are stored. Choose a directory that is reachable by both the remote and local computers, and enter the same path on the command line and in the viewer. | No, default to current directory |
workingdir | The physical path to the working directory for the VM. | No, default is current directory. |
tracknatives | Test native methods. Note that testing native methods with Java 2 disables the JIT | No, default to "false". |
classname | the name of the class to analyze. | Yes |