2

我刚刚为 Ruby 和 Rails 安装了 EasyEclipse。尝试启动它时,我收到以下错误消息:

发生了错误。查看日志文件[日志文件的路径]

日志文件内容大致如下:

!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"]

我如何解决它?

4

1 回答 1

0

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

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