Eclipse Indigo 3.7 Visual Page Editor会引发XPCOM错误

时间:2012-06-01 07:51:32

标签: eclipse xpcom xulrunner

我正在使用Eclipse Indigo SR2 for Java和报表开发人员通过Linux Xubuntu 64Bit 11.10上的Software Manager安装JBoss Tools 3.3.0。

如果我在JBoss Tools HTML Editor中打开一个jsp或一个html页面,Visual Editor会在Preview和Visual / Source View中抛出一个XPCOM错误。

1 个答案:

答案 0 :(得分:0)

这是user1430064的答案,但他没有将其作为答案发布! 将所有信息拼凑在一起我发现eclipse插件目录(.../eclipse-reporting-indigo-SR2-linux-gtk-x86_64/plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.9.2.19pre/xulrunner)中嵌入了一个XULRunner,并设置eclipse在eclipse.ini中使用它来解决问题...
我也停用了Web Kit浏览器的使用,但我不知道是否有必要 (-Dorg.eclipse.swt.browser.UseWebKitGTK=false

-vm
/tmp/java/jre/lib/amd64/jrockit/libjvm.so
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505
-product
org.eclipse.epp.package.reporting.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Djava.library.path=/usr/lib/jni
-Dosgi.requiredJavaVersion=1.5
-Xms256m
-Xmx900m
-Dorg.eclipse.swt.browser.XULRunnerPath=/home/develop/lib/eclipse-reporting-indigo-SR2-linux-gtk-x86_64/plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.9.2.19pre/xulrunner
-Dorg.eclipse.swt.browser.UseWebKitGTK=false