Eclipse无法加载SWT库 [英] Eclipse cannot load SWT libraries

查看:249
本文介绍了Eclipse无法加载SWT库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

每次尝试在Ubuntu 12.04中打开Eclipse时,我会收到一个不满意的链接错误,它不会打开。我最近安装了java JDK和Android SDK,这可能是问题吗?我遵循本教程



这里是日志信息:

 !SESSION 2012-04-15 21:05:46.902 ---------- ------------------------------------- 
eclipse.buildId = I20110613-1736
java.version = 1.7.0
java.vendor = Oracle Corporation
BootLoader常量:OS = linux,ARCH = x86_64,WS = gtk,NL = en_GB
命令行参数: -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.osgi 4 0 2012-04-15 21:05:47.885
!MESSAGE应用程序错误
!堆栈1
java.lang.UnsatisfiedLinkError:无法加载SWT库。原因:
否java.library.path中的swt-gtk-3740
java.library.path中的swt-gtk
无法加载库:/home/tom/.swt/ lib / linux / x86_64 / libswt-gtk-3740.so
无法加载库:/home/tom/.swt/lib/linux/x86_64/libswt-gtk.so

(org.eclipse.swt.internal.Library.loadLibrary .swt.internal.C。< clinit>(C.java:21)
在org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
在org.eclipse。 swt.internal.Converter.wcsToMbcs(Converter.java:54)
在org.eclipse.swt.widgets.Display。< clinit>(Display.java:132)
在org.eclipse.ui .internal.Workbench.createDisplay(Workbench.java:695)
在org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
在org.eclipse.ui.internal.ide.application .IDEApplication.createDisplay(IDEApplication.java:153)
在org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.jav a:95)
在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:344)
在org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
在java.lang.reflect.Method。 invoke(Method.java:601)
在org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
在org.eclipse.equinox.launcher.Main.basicRun(Main。 java:577)
在org.eclipse.equinox.launcher.Main.run(Main.java:1410)
在org.e clipse.equinox.launcher.Main.main(Main.java:1386)

我已经尝试卸载和重新安装和删除〜/ .eclipse 目录,但仍然不起作用

解决方案<我的Ubuntu 12.04 32位上的div>

。我编辑命令:

  ln -s / usr / lib / jni / libswt- *〜/ .swt / lib / linux / x86 / 

在Ubuntu 12.04 64位尝试: p>

  ln -s / usr / lib / jni / libswt- *〜/ .swt / lib / linux / x86_64 / 


Every time I try to open Eclipse in Ubuntu 12.04 I get an Unsatisfied Link Error and it will not open. I have recently installed the java JDK and Android SDK, could this be the problem? I followed this tutorial.

Here is the log info:

!SESSION 2012-04-15 21:05:46.902 -----------------------------------------------
eclipse.buildId=I20110613-1736
java.version=1.7.0
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_GB
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.osgi 4 0 2012-04-15 21:05:47.885
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: 
no swt-gtk-3740 in java.library.path
no swt-gtk in java.library.path
Can't load library: /home/tom/.swt/lib/linux/x86_64/libswt-gtk-3740.so
Can't load library: /home/tom/.swt/lib/linux/x86_64/libswt-gtk.so

at org.eclipse.swt.internal.Library.loadLibrary(Library.java:285)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:194)
at org.eclipse.swt.internal.C.<clinit>(C.java:21)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:132)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:695)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:153)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:95)
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:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
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)

I have tried uninstalling and reinstalling, and removing the ~/.eclipse directory but it still doesn't work

解决方案

on my Ubuntu 12.04 32 bit. I edit the command to:

ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86/

And on Ubuntu 12.04 64 bit try:

ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86_64/

这篇关于Eclipse无法加载SWT库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆