1

打开 Eclipse 时出现错误。我在窗口 7 64 位上使用 Eclipse Juno 64 位 Eclipse 的日志是

 !SESSION 2012-10-22 11:42:40.638 -----------------------------------------------
    eclipse.buildId=M20120914-1800
    java.version=1.7.0
    java.vendor=Oracle Corporation
    BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86_64

    !ENTRY org.eclipse.equinox.ds 4 0 2012-10-22 11:42:48.527
    !MESSAGE [SCR] Exception while activating instance org.eclipse.e4.ui.css.swt.internal.theme.ThemeEngineManager@7e3e5dbe of component org.eclipse.e4.ui.css.swt.theme  
    !STACK 0
    java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Display
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
        at java.lang.Class.getDeclaredMethods(Unknown Source)
4

1 回答 1

1

如果您使用 eclipse 64 位,您还需要 64 位 java 运行时(反之亦然)。我个人不会推荐它,因为 java 和 eclipse 在它们的 64 位版本中似乎都不稳定。也许它变得更好了,但我在使用 64 位一段时间后切换回 32 位。

于 2012-10-22T08:24:18.563 回答