Community
Participate
Working Groups
A config file for command line arguments would solve a few problems. Its uncommon on windows to provide arguments for ui applications and as I read on MacOS too. Its better to keep the configuration of an application with the application. Its easier for the user to edit and read a configuration file then to create a shortcut on windows. Arguments I always specify: -vm -data -showlocation -vmargs linked bugs http://dev.eclipse.org/bugs/show_bug.cgi?id=24512 http://bugs.eclipse.org/bugs/show_bug.cgi?id=23863 http://dev.eclipse.org/bugs/show_bug.cgi?id=23519
See also bug 32147.
This is supported in Eclipse 3.0. Command line arguments can be specified as system properties, or added to the config.ini file. See Help > Contents > Platform Plugin Developer's Guide > Reference > Other reference information > Runtime options for a list of supported runtime options and the corresponding system property that can be added to the config.ini.
The original request is not satisfied by the config.ini file. The command line options mentioned include -vm, -vmargs. These cannot be specified in config.ini. This bug can remain closed. Bug 76855 covers the idea of having an ini file for the launcher.