【问题标题】:EasyEclipse for Ruby and Rails doesn't start because of an application error由于应用程序错误,EasyEclipse for Ruby and Rails 无法启动
【发布时间】: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


【解决方案1】:

在 Windows 中,将 eclipse.exe 设置为“以管理员身份运行”。

  1. 浏览到 EasyEclipse 安装目录(默认:C:\Program Files (x86)\EasyEclipse for Ruby and Rails x.x.x.x)
  2. 右键单击 eclipse.exe 并转到属性
  3. 在兼容性选项卡上,启用“以管理员身份运行此程序”,然后单击确定

【讨论】:

    猜你喜欢
    • 2017-05-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-03-08
    • 1970-01-01
    • 2012-06-12
    • 2014-07-29
    • 2011-04-11
    相关资源
    最近更新 更多