2013-04-12 33 views
2

我剛剛安裝了EasyEclipse for Ruby and Rails。當試圖啓動它時,我收到以下錯誤消息:EasyEclipse for Ruby和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"] 

如何解決呢?

+0

您似乎缺少SWT(UI框架)的平臺特定綁定,您確定已經下載了32位Windows的版本? Eclipse針對每個操作系統都有專門的打包版本也許EasyEclispe沒有32位版本? – kostja

回答

0

在Windows中,將eclipse.exe設置爲「以管理員身份運行」。

  1. 瀏覽到EasyEclipse安裝目錄(默認爲:C:\ Program Files文件(x86)的\ EasyEclipse用於Ruby和Rails XXXX)
  2. 右鍵單擊的eclipse.exe並轉到屬性
  3. 在兼容性然後點擊確定
相關問題