1

I use Weka to generate ARFF files, and I would like to open them from my Eclipse (Kepler) environment. When I double click on the ARFF file, Eclipse starts Weka but the parameters are not correct since Weka raises an "OutOfMemory" error after a few seconds. So I would like to change the command used by Eclipse to start Weka, but I can not find it !

I have searched extensively in the Preferences / Editors menu in Eclipse, but I can not see the command line used by Eclipse, so I can not specify the -Xmx argument to increase the amount of memory !

Do you have any idea ?

Thanks in advance,

Gilles

4

1 回答 1

0

这对于 Eclipse 来说可能是一个很好的特性请求。

与您的任务最接近的解决方案是使用 Eclipse 中的 External Tools 功能。

在 Eclipse 中,转到运行-外部工具。创建一个新的程序启动配置并在提供的字段中添加参数。

https://help.eclipse.org/oxygen/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-exttools-running.htm

于 2019-05-13T17:25:51.380 回答