eclipse - Ecipse.ini file dash(-) usage -


i trying understand eclipse.ini file though understand purpose of tags , values. concerned usage of dash being used in every line differently.

hence query:

--launcher.xxmaxpermsize (2 dash @ beginning of line)  256m  -showsplash (only 1 dash @ beginning of line)  org.eclipse.platform 

is line commented line?

neither of these comments, options start single dash , others 2 dashes (generally --launcher.xxx options).

the available options listed here


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -