2017-04-12 114 views

回答

0

我自己找到了。

設置選項卡>引導條目

來源:Eclipse documentation

引導條目

默認情況下,啓動配置類路徑的唯一入口是 的$ {target_home} /插件/組織.eclipse.equinox.launcher JAR。 $ {target_home} /plugins/org.eclipse.equinox.launcher JAR文件包含 org.eclipse.equinox.launcher.Main類,其中包含 引導代碼。 $ {target_home}變量指的是在窗口>首選項...> 插件開發>目標平臺首選項頁面上指定的目標平臺的位置 。

Bootstrap Entries字段允許您指定並附加 附加位置到類路徑(如果需要)。

相關問題