【发布时间】:2013-04-12 13:58:55
【问题描述】:
我刚刚安装了EasyEclipse for Ruby and Rails。尝试启动它时,我收到以下错误消息:
发生了错误。查看日志文件[日志文件路径]
log file的内容大致如下:
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: no swt-win32-3236 in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
[22 more lines of the form "at java.lang..." or "at org.eclipse..."]
!MESSAGE One or more bundles are not resolved
because the following root constraints are not resolved:
[about lines specifying missing bundles such as "com.aptana.ide.parsing_0.0.0"]
我该如何解决?
【问题讨论】:
-
您似乎缺少 SWT(UI 框架)的特定于平台的绑定,您确定下载了 32 位 Windows 的版本吗? Eclipse 对每个操作系统都有专门打包的版本。也许 EasyEclispe 没有 32 位版本?
标签: ruby-on-rails eclipse installation