java - e(fx)clipse - 教程 2 - 步骤 18 - 无法生成更新站点

标签 java eclipse-plugin javafx-2 p2 efxclipse

教程2 - e(fx)clipse - 步骤 18 - 出现问题

我正在关注 http://www.efxclipse.org/trac/wiki/Tutorial2

第 18 步:使用按钮“Build All”生成更新站点(

18 : The result of the operation should look similar to the screenshot below

。 ...

但我实际上得到了“出现问题”

enter image description here

eclipse.buildId=M20130204-1200
java.version=1.7.0_17
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ru_RU
Command-line arguments:  -os win32 -ws win32 -arch x86

Error
Thu Apr 04 21:51:03 CST 2013
An internal error occurred during: "Build Site".

java.lang.NoClassDefFoundError: at/bestsolution/efxclipse/tooling/pde/adaptor/IClasspathContributor
    at org.eclipse.pde.internal.core.exports.BuildUtilities.getBootClasspath(BuildUtilities.java:59)
    at org.eclipse.pde.internal.core.exports.FeatureExportOperation.createAntBuildProperties(FeatureExportOperation.java:471)
    at org.eclipse.pde.internal.core.exports.FeatureExportOperation.doExport(FeatureExportOperation.java:255)
    at org.eclipse.pde.internal.core.exports.FeatureBasedExportOperation.run(FeatureBasedExportOperation.java:50)
    at org.eclipse.pde.internal.core.exports.SiteBuildOperation.run(SiteBuildOperation.java:65)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

最佳答案

我昨天已经在 e(fx)clipse forum 上回答了您的问题。这是一个错误,因为我们必须以非常讨厌的方式修复 PDE-Classpath-Container。

关于java - e(fx)clipse - 教程 2 - 步骤 18 - 无法生成更新站点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15833640/

相关文章:

java - "Assigned value is never used"警告是什么意思?

java - 在 Java 8 中,有什么方法可以流式映射过滤器和映射回原始对象吗?

java - 如何使 GridLayout 行不相等

eclipse - 在 Eclipse 中格式化 freemarker 文件

FXML 中的 JavaFx 实例

javafx-2 - javafx2 : css documentation

java - 无法使用 jQuery 检索 json 数据

java - 按钮 BackgroundTint 不适用于 AppCompat v23

java - 使用 SWTBot 递归匹配 Shell 的所有 Widget

JavaFX 添加自定义 ViewCell 未出现