When starting Eclipse there are many command-line arguments which are valid to pass along to the executable. Rather than creating a shortcut or script for launching, users are able to create a launcher configuration file which will be read by the executable on startup.
The format of the launcher configuration file is as follows:
.ini
. For instance, the default launcher configuration file
is called eclipse.ini
.Sample file content:
-vm c:/path/to/my/java.exe -debug -console -data d:/path/to/my/workspace -vmargs -Xmx384m