1. JVM properties in system registry
Mysaifu JVM loads the following properties from the system registry.- Default boot classpath.
- Default max heap size.
2. Registry key list
The table shows the registry key list.| Key name | Type | Access | Description |
HKCU\Software\Mysaifu\Mysaifu JVM\DefaultBootClassPath |
REG_SZ | Read only | The boot strap classpath is specified. |
HKCU\Software\Mysaifu\Mysaifu JVM\DefaultClassPath |
REG_SZ | Read only | The default classpath |
HKCU\Software\Mysaifu\Mysaifu JVM\DefaultCurrentDirectory |
REG_SZ | Read only | The default current directory |
HKCU\Software\Mysaifu\Mysaifu JVM\DefaultMaxHeapSize |
DWORD | Read only | The maximum heap size of default is specified in each kilobyte. |
Mysaifu JVM Registry settings