Optional Arguments
The default paths used by M3 Adaptation Kit (MAK) to store internal data files and temporary files can be overridden by adding arguments in the target field of the Eclipse shortcut.
The paths to folders containing blank spaces must be enclosed within quotation marks (" "). See the following examples below:
Argument | Description |
-Dmak.data.path=<drive>\<folder> |
Add this argument to override the default location used by MAK to store some internal data files. For example, c:\eclipse\eclipse.exe –showlocation –vmargs –Dmak.data.path="G:\My folder" –Xmx512M. |
-Djava.io.tmpdir=<drive>\<folder> |
Add this argument to override the Java’s default temporary path for the JVM running Eclipse. For example, c:\eclipse\eclipse.exe –showlocation –vmargs –Djava.io.tmpdir="G:\My temp" –Xmx512M. |