查询的标签:


彻底解决使用命令行方式运行SWT/Jface时出错的问题

标签: , , , , and

使用eclipse3.2运行SWT的时候,没有问题,能够出来图形界面,不过如果想要使用命令行的时候,就会提示如下错误:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-win32-3232 in java.library
为什么呢?
这是因为我们缺少运行SWT需要的类库和相关DLL链接库
首先我们先下载一个文件:
到http://eclipse.teccomm.les.inf.puc-rio.br/downloads/drops/R-3.2.2-200702121330/index....

3 Comments »