Some Enterprise Developer functions rely on specific parameters that can be specified by setting Java system variables, which are simple key-value pairs.
These variables can generally be set in two different ways:
These arguments can be configured, for example, in the <Eclipse-root-folder>\eclipse.ini file.
Example:
-vmargs -Dteamdeveloper.defaultConfigurationsPath=C:\default_configs.xml
Enterprise Developer supports an additional way to define Java system variables by parsing the <Eclipse-root-folder>\mfeclipse.ini when started. Variables are simply defined by key value pairs.
Example:
teamdeveloper.defaultConfigurationsPath=C:\default_configs.xml