使用相同的eclipse.ini文件进行多个eclipse安装的最简单方法是什么?

时间:2013-01-30 00:41:32

标签: java eclipse

我正在测试不同的Eclipse配置,所有这些配置都应该使用相同的JVM(我有很多),堆大小等来执行... 将常规设置应用于所有这些Eclipse安装的最简单方法是什么?我在eclipse.ini文档中读到:

  

Eclipse启动由选项控制   $ ECLIPSE_HOME /的eclipse.ini。如果未定义$ ECLIPSE_HOME,则   默认eclipse.ini在Eclipse安装目录中(或在   使用Mac的情况,Eclipse.app/Contents/MacOS目录。

所以我考虑创建一个配置文件: ~/ECLIPSE_CONFIG/eclipse.ini

然后将ECLIPSE_HOME指向~/ECLIPSE_CONFIG,但不确定这是不是一个好主意(不确定ECLIPSE_HOME是否应指向完整的Eclipse安装。)

感谢您的反馈。

1 个答案:

答案 0 :(得分:1)

我认为最好的方法是使用命令行参数:

--launcher.ini <location> (Executable)
the location of the product .ini file to use.
If not specified the executable will look for a file beside the launcher with 
the same name and the extension .ini.  (ie eclipse.exe looks for eclipse.ini, 
product.exe looks for product.ini)

参考:The Eclipse runtime options