This method of the IJavaExecute2 interface sets property values for java.lang.System.
HRESULT SetSystemProperties(LPENUMJAVAPROPERTY pEnumJavaProperty);
pEnumJavaProperty | The enumeration object that produces a set of key/value pairs. SetSystemProperties will enumerate through the entire collection and map each key to the associated value. |