摘要: 问题描述:I'm trying to debug this problem but not sure where exactly i need to replace SWT jar file for Eclipse.Current System Config:EclipseHelios3.6-32BitJDK 1.6 JVM -32BitWindows7-64BitError Message:java.lang.UnsatisfiedLinkError:Cannot load 64-bit SWT libraries on 32-bit JVM at org.eclipse.swt.i 阅读全文
posted @ 2012-12-22 14:26 jack_ou 阅读(13293) 评论(0) 推荐(0)
摘要: Cannot load 64-bit SWT libraries on 32-bit JVM使用32位jre 但是plug-in project创建时自动填充的依赖jar包是64位 导致出错 “java.lang.UnsatisfiedLinkError: Cannot load 64-bit SWT libraries on 32-bit JVM” 解决方案,下载64位jdk6 解压至/usr/lib/jvm/, 装入eclipse 运行环境,windows->preference->Java -> Installed JREs -> Add -> standa 阅读全文
posted @ 2012-12-22 13:34 jack_ou 阅读(1121) 评论(0) 推荐(0)