eclipse中UnsatisifiedLinkError的解决方法

方法一

q 9.9(e) Start a Windows command line and execute the following commands.

You'll be using the value for $LIBPATH that you wrote down in Step 9.6(i).

Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

C:\>echo %PATH%
C:\WINNT;C:\WINNT\System32;C:\WINNT\System32\Wbem

C:\>copy "c:\Program Files\eclipse\plugins\org.eclipse.swt.win32_2.1.0\os\win32\86\*" c:\WINNT
c:\Program Files\eclipse\plugins\org.eclipse.swt.win32_2.1.0\os\win32\x86\swt-win32-2133.dll
1 file(s) copied.
  1. echo %PATH%

    This will show you your path. You should see "C:\WINNT" in the path. If not, you have a very nonstandard Windows configuration, and I assume you're an expert and can modify the next step as appropriate.

  2. copy "c:\Program

    Files\eclipse\plugins\org.eclipse.swt.win32_2.1.0\os\win32\x86\*" c:\WINNT

    The format of this line is

    copy "$LIBPATH\*" C:\WINNT

    This line copies the SWT native library from its Eclipse library into your system's library path. This will allow the system to find it. As I mentioned at the beginning of this step, the folder name is the $LIBPATH value you saved in Step 9.6(i).

Note 

Each time you upgrade Eclipse, you may have to repeat this step. If there are changes to the native libraries, the Eclipse team renames the library and changes all references to the new name. To see if this is necessary, try to run one of your simple SWT example applications. If you get the UnsatisfiedLinkError, you'll need to repeat this step.

Now go back and rerun the application.

方法二

This usually appears as one of the following: Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-pi-carbon-3063 in java.library.path (Carbon on Mac OS X), Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-win32-3063 in java.library.path (Win32 on Windows), or Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3063 in java.library.path (GTK2 on Linux). Those are the UnsatisifiedLinkErrors for SWT in Eclipse 3.0.1.
For Eclipse 3.0, it would be swt-pi-carbon-3062, swt-win32-3062, and swt-pi-gtk3062 respectively.

Now there is an easy correction for this. Just go to "Run" | "Run...", which brings up the "Run" dialog. Then navigate to the "Arguments" tab and in the "VM Arguments:" text box, enter (for Eclipse 3.0.1):

-Djava.library.path=${system:ECLIPSE_HOME}/plugins/org.eclipse.swt.carbon_3.0.1/os/macosx/ppc (for Carbon on Mac OS X)

-Djava.library.path=${system:ECLIPSE_HOME}/plugins/org.eclipse.swt.win32_3.0.1/os/win32/x86 (for Win32 on Windows) or

-Djava.library.path=${system:ECLIPSE_HOME}/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86 (for GTK2 on Linux).

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值