在JBoss Developer Studio中安装Visual Page Editor时出错

时间:2015-04-01 11:20:17

标签: eclipse jboss

我正在尝试在JBoss Developer Studio中安装Visual Page Editor(基本上是定制的Eclipse Luna)。根据实例,我应该:Visual Page Editor has experimental support for Windows 64-bit. Follow the link below to get details on how to install. Until then you can click on the Source tab to hide this error/info message.所以我这样做并通过安装新软件添加了“http://download.jboss.org/jbosstools/updates/integration/luna/core/xulrunner/xulrunner-1.9.2_win64-2014-08-22_09-55-58-B4/”,但它失败并出现错误:

org.jboss.tools.vpe.xulrunner.XulRunnerBundleNotFoundException: Bundle org.mozilla.xulrunner.win32.win32.x86_64 is not found.
    at org.jboss.tools.vpe.xulrunner.browser.XulRunnerBrowser.getXulRunnerPath(XulRunnerBrowser.java:233)
    at org.jboss.tools.vpe.xulrunner.browser.XulRunnerBrowser.<init>(XulRunnerBrowser.java:117)
    at org.jboss.tools.vpe.xulrunner.editor.XulRunnerEditor.<init>(XulRunnerEditor.java:128)
    at org.jboss.tools.vpe.editor.mozilla.XulRunnerEditor2.<init>(XulRunnerEditor2.java:23)
    at org.jboss.tools.vpe.editor.mozilla.MozillaEditor.createPartControl(MozillaEditor.java:594)
    at org.jboss.tools.vpe.editor.VpeEditorPart.createVisualEditor(VpeEditorPart.java:813)  ... etc

相当有趣和混乱,可以通过普通的Eclipse Luna EE中的相同方法(安装新软件选项)安装相同的软件(插件)。

这里出了什么问题,我应该如何解决JBoss Developer Studio的这个问题并安装该插件(JBoss Tools-xulrunner)以便能够使用Visual Page Editor http://tools.jboss.org/documentation/faq/visualeditor.html

2 个答案:

答案 0 :(得分:2)

我明白了。您需要从herexulrunner安装eclipse luna 我在eclipse“Kepler Service Release 2”中安装它,它对我来说很好用

答案 1 :(得分:-1)

如果您使用Eclipse Luna和JBOSS Tools的64位窗口,那么您需要按照以下步骤下载xulrunner组件:

1) [在此输入图像说明] [1]

2)Eclipse&gt;帮助&gt;安装新软件

[在此输入图像说明] [2]

3)将以下网址添加到

http://download.jboss.org/jbosstools/updates/integration/luna/core/xulrunner/xulrunner-1.9.2_win64-2014-08-22_09-55-58-B4/

[在此输入图像说明] [3]

4)选择xulrunner支持并安装all,这将解决Eclipse Luna上的可视化编辑器错误

重启Eclipse

Visual Editor将起作用。