繁体   English   中英

无法在Eclipse上安装JRebel

[英]Unable to install JRebel on Eclipse

我正在尝试在Eclipse Indigo上设置JRebel,但是无论如何我都无法正确安装它。 它已经通过Eclipse Marketplace安装了,没有直接链接,zip压缩。

它在安装过程中没有给我任何错误,但是在我重新启动Eclipse之后,它根本没有显示注册选项。

我检查了已安装的插件(通过Eclipse的Plug-in注册表),并且JRebel插件已停止。 当我尝试手动启动它时,它总是显示以下错误:

eclipse.buildId=M20120208-0800
java.fullversion=J2RE 1.6.0 IBM J9 2.4 Windows Vista amd64-64 jvmwa6460-20081105_25433 (JIT enabled, AOT enabled)
J9VM - 20081105_025433_LEdSMr
JIT  - r9_20081031_1330
GC   - 20081027_AB
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product

Error
Tue Nov 18 09:51:40 GMT 2014
The bundle "org.zeroturnaround.eclipse_6.0.0.RELEASE-201410311652 [1798]" could not be resolved. Reason: Missing Constraint: Require-Bundle: org.eclipse.equinox.http.jetty; bundle-version="0.0.0"

org.osgi.framework.BundleException: The bundle "org.zeroturnaround.eclipse_6.0.0.RELEASE-201410311652 [1798]" could not be resolved. Reason: Missing Constraint: Require-Bundle: org.eclipse.equinox.http.jetty; bundle-version="0.0.0"
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1327)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1311)
    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:299)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:291)
    at org.eclipse.pde.internal.runtime.registry.model.LocalRegistryBackend.start(LocalRegistryBackend.java:66)
    at org.eclipse.pde.internal.runtime.registry.model.Bundle.start(Bundle.java:126)
    at org.eclipse.pde.internal.runtime.registry.RegistryBrowser$12.run(RegistryBrowser.java:435)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
    at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    at java.lang.reflect.Method.invoke(Method.java:599)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

我应该在哪里下载“ org.eclipse.equinox.http.jetty; bundle-version = 0.0.0

尝试如何进行这项工作已经损失了超过一天的时间。 JRebel是否不应该帮助提高我们的生产率? 我有3天的时间对JRebel是否对我们的100多个开发团队进行了改进提出了自己的看法,而如果安装如此重要,我想知道其余的问题...

一位用户有类似的问题, 此处可见对话。 尝试这些步骤,如果它们不起作用,则设置新的Eclipse安装会更简单,更快。 如果您不希望这样做,请联系support@zeroturnaround.com并提供此对话的链接,可以尝试其他一些事情。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM