Java > VM recording options

Enables you to indicate additional parameters to use when recording Java applications.

To access
Record > Recording Options > Java Environment Settings > Java VM
Important information
This node is available only for specific protocols. For a complete list of protocols and their associated nodes, see Protocol compatibility table.

User interface elements are described below:

UI Element
Description
Additional VM Parameters
List the Java command line parameters here. These parameters may be any Java VM argument. The common arguments are the debug flag (-verbose) or memory settings (-ms, -mx). In additional, you may also pass properties to Java applications in the form of a -D flag. For more information about the Java VM flags, see the JVM documentation.
Prepend CLASSPATH to -Xbootclasspath parameter
Instructs VuGen to add the Classpath before the Xbootclasspath (prepend the string).
Use classic Java VM
Instructs VuGen to use the classic version of VM (for example, rather than Java HotSpot).
Use the specified Additional VM Parameters during replay
Instructs VuGen to use the same Additional VM parameters in replay.

Back to top