- selected : keys specified as 'vm.sysprop.keys', values copied from host VM
- file : Java properties file (key=value pairs)
- host : all system properties from underlying host VM
The default configuration in jpf.properties is 'selected', but the default keys that are copied only include
"path.separator",
"line.separator",
"file.separator",
"user.name",
"user.dir",
"user.timezone",
"user.country",
"java.home",
"java.version",
"java.class.path"
If you need more, you have to specify the keys with the "vm.sysprop.keys" property as a comma separated list of strings
-- Peter