I'm building a RCP and trying to define an Eclipse system property; for example eclipse.stateSaveDelayInterval
. I understand that some properties can go into eclipse.ini under -vmargs
with -D
in the prefix. But I noticed that there are similar properties defined the same-ish way in config.ini.
Perhaps, programmatically it's easier to add to eclipse.ini when building?
What is the difference between those two ini files and which one is the convention for adding an Eclipse system property?