我正在测试不同的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安装。)
感谢您的反馈。
答案 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)