All lines after -vmargs are passed as arguments to the JVM, so all arguments and options for eclipse must be specified before -vmargs (just like when you use arguments on the command-line).Each option and each argument to an option must be on its own line.
There are many options available, please see here. If $ECLIPSE_HOME is not defined, the default eclipse.ini in your Eclipse installation directory (or in the case of Mac, the Eclipse.app/Contents/MacOS directory) is used.Įclipse.ini is a text file containing command-line options that are added to the command line used when Eclipse is started up.