Eclipse Juno未在windows 7 64位中启动

Eclipse Juno未在windows 7 64位中启动,eclipse,eclipse-plugin,Eclipse,Eclipse Plugin,打开Eclipse时出错。我在Windows7 64位上使用EclipseJuno 64位 Eclipse的日志是 !SESSION 2012-10-22 11:42:40.638 ----------------------------------------------- eclipse.buildId=M20120914-1800 java.version=1.7.0 java.vendor=Oracle Corporation BootLoader co

打开Eclipse时出错。我在Windows7 64位上使用EclipseJuno 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)

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

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