【问题标题】:Eclipse doesn't start after installing VisualVM plugin安装 VisualVM 插件后 Eclipse 不启动
【发布时间】:2014-11-27 15:51:21
【问题描述】:

我尝试安装 VisualVM 插件。现在 eclipse 没有启动,我的日志文件看起来像:

!SESSION 2014-11-27 16:40:55.574 -----------------------------------------------
eclipse.buildId=4.3.0.I20130605-2000
java.version=1.6.0_39
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
Framework arguments:  -product org.eclipse.epp.package.java.product -clearPersistedState
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product -clean -clearPersistedState

!ENTRY org.eclipse.update.configurator 4 0 2014-11-27 16:41:01.775
!MESSAGE Unable to find feature.xml in directory: C:\Program Files\eclipse\features\VisualVM_Launcher_1.1.1.jar

我将所有文件从 zip 复制到正确的位置!

即使使用以下参数启动 Eclipse -clean -clearPersistedState 也无济于事。

【问题讨论】:

    标签: eclipse eclipse-plugin visualvm


    【解决方案1】:

    仅将VisualVM_Launcher_1.1.1.jar 文件复制到功能文件夹中是行不通的,它必须是文件夹而不是文件。 Visual VM 插件作为 P2 更新站点分发,因此安装它的最佳方法是将其解压缩到临时文件夹,然后使用:

    Help->Install New Software...->Add->Local
    

    将其指向您的临时文件夹以添加更新站点。然后安装向导将让您选择并安装插件。

    【讨论】:

    • 我正在尝试删除它,因为我不能再日食了!
    • 从 features 文件夹中删除 VisualVM_Launcher_1.1.1.jar 文件。这样做之后 Eclipse 会启动吗?
    猜你喜欢
    • 2015-10-11
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-04-28
    相关资源
    最近更新 更多