【发布时间】:2015-06-05 17:45:41
【问题描述】:
当我尝试导出自己的 RCP 产品时,我收到此错误:
In plugin com.nex.editor, the value for property source.lib/commons-beanutils.jar is not set.
任何帮助或想法如何解决这个问题?
【问题讨论】:
-
那么,有问题的代码在哪里?
标签: eclipse eclipse-rcp rcp
当我尝试导出自己的 RCP 产品时,我收到此错误:
In plugin com.nex.editor, the value for property source.lib/commons-beanutils.jar is not set.
任何帮助或想法如何解决这个问题?
【问题讨论】:
标签: eclipse eclipse-rcp rcp
source.lib/commons-beanutils.jar 中的 build.properties 可能在语法上不正确。
在您的工作区中搜索该字符串并检查每个 build.properties
【讨论】: