Attributes Summary |
classpath : String | The standard classpath in which the Java virtual machine looks for classes.
|
bootClasspath : String | Some JVMs contain an option to specify bootstrap classes and resources.
|
verboseModeClass : boolean | Enables verbose debugging output for class loading.
|
verboseModeGarbageCollection : boolean | Enables verbose debug output for garbage collection.
|
verboseModeJNI : boolean | Enables verbose debugging output for native method invocation.
|
initialHeapSize : int | Specifies the initial heap size available to the JVM, in megabytes.
|
maximumHeapSize : int | The maximum heap size available to the JVM, in megabytes.
|
runHProf : boolean | Enable HProf profiler support.
|
hprofArguments : String | Additional profiler arguments to use when Run HProf is used.
|
debugMode : boolean | Enables the JVM debug output.
|
debugArgs : String | When Debug Mode for the Java virtual machine is enabled, this property allows additional debug arguments to be passed to the Java virtual machine.
|
genericJvmArguments : String | Additional command line arguments for the JVM.
|
executableJarFileName : String | The file path to an executable JAR file.
|
disableJIT : boolean | Diables the Just In Time (JIT) compiler option of the JVM.
|
osName : String | JVM Settings specific to a given operating system.
|
systemProperties : Property
*
|
|