2

我最近升级到 Windows 8(这显然是一个非常糟糕的决定并且浪费了 40 美元)并且 Eclipse 没有启动。我下载了朱诺,但结果还是一样。感谢是否有人可以帮助我。

eclipse.buildId=M20120914-1800
java.version=1.6.0_23
java.vendor=Sun Microsystems Inc.
BootLoader 常量:OS=win32、ARCH=x86_64、WS=win32、NL=en_US
框架参数:-product org.eclipse.epp.package.jee.product
命令行参数:-os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product

!ENTRY org.eclipse.osgi 4 0 2012-11-20 20:42:45.300
!MESSAGE 应用程序错误
!堆栈 1
java.lang.UnsatisfiedLinkError:无法加载 SWT 库。原因:
    C:\Users\Lahiru\Desktop\eclipse\configuration\org.eclipse.osgi\bundles\628\1\.cp\swt-win32-4234.dll:动态链接库 (DLL) 初始化例程失败
    java.library.path 中没有 swt-win32
    无法加载库:C:\Users\Lahiru\.swt\lib\win32\x86_64\swt-win32-4234.dll
    无法加载库:C:\Users\Lahiru\.swt\lib\win32\x86_64\swt-win32.dll
    C:\Users\Lahiru\.swt\lib\win32\x86_64\swt-win32-4234.dll:动态链接库 (DLL) 初始化例程失败

    在 org.eclipse.swt.internal.Library.loadLibrary(Library.java:331)
    在 org.eclipse.swt.internal.Library.loadLibrary(Library.java:240)
    在 org.eclipse.swt.internal.C.(C.java:21)
    在 org.eclipse.swt.widgets.Display.(Display.java:138)
    在 org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:653)
    在 org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
    在 org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:154)
    在 org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:96)
    在 org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    在 org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    在 org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    在 org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
    在 org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
    在 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    在 sun.reflect.NativeMethodAccessorImpl.invoke(未知来源)
    在 sun.reflect.DelegatingMethodAccessorImpl.invoke(未知来源)
    在 java.lang.reflect.Method.invoke(未知来源)
    在 org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
    在 org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
    在 org.eclipse.equinox.launcher.Main.run(Main.java:1438)
    在 org.eclipse.equinox.launcher.Main.main(Main.java:1414)
4

2 回答 2

2

确保您已设置 JAVA_HOME 和 JRE 环境。如果您使用的是 64 位操作系统并安装了 64 位 Eclipse,那么安装 x64 位 JRE 也会有所帮助。 http://www.java.com/en/download/faq/java_win64bit.xml

我在我的两个 Windows 8 版本上运行了一些类似的问题,并且能够解决这些问题。祝你好运。

于 2012-11-21T04:50:49.723 回答
0

尝试将 Windows 更新到 8.1。

我是 Windows 8.1 64 位用户。我的 JDK 也是 64 位的。起初我在我的 8.1 上使用了 eclipse Kepler。但是当我工作时,日食经常变得没有响应。在那之后,我决定回到 eclipse Juno,它现在工作正常。

于 2013-12-19T11:44:40.447 回答