標籤:os 檔案 io for art 問題 cti 工作
你試試把中文路徑換掉 不行的話參考 逝去的青春的部落格:
Eclipse出現“The Eclipse executable launcher was unable to locate its companion shared library”錯誤的解決方案如下:
一、開啟eclipse目錄下的設定檔eclipse.ini。
二、將--launcher.library和-startup下面的路徑都改為當前的正確路徑。 如我的eclipse的存放路徑由D:\Program Files\改為D:\,則將路徑裡eclipse前的“Program Files\”去掉即可。
如果要在eclipse開啟時顯示工作路徑對話方塊,則有兩種解決方案:
方法一、關閉Eclipse並開啟eclipse的安裝目錄,依次開啟以下目錄,configuration\.settings檔案夾下有一個檔案org.eclipse.ui.ide.prefs,用記事本開啟,將下列紅色字元改為true即可:SHOW_WORKSPACE_SELECTION_DIALOG=true
方法二、設定方法如下:依次開啟Window -> Preferences -> General -> Startup and Shutdown 。然後勾選Confirm exit when closing last window複選框即可。或者點擊Restore Defaults按鈕。 *********************************************************************************************************** 下面這個跟你的問題比較像:摘自kiwi‘s garden的部落格 The Eclipse executable launcher was unable to locate its companion launcher jar的解決方案 To resolve this issue perform the following steps: Go to the installation location (for example, C:/Program Files/IBM/TeamConcert) Copy the eclipse.ini file to a backup file (such as eclipse.ini.bak). Edit the eclipse.ini file and remove these two lines: -startup plugins/org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar Start the Rational Team Concert client again.
大概就是說在安裝目錄裡找到eclipse.ini 然後移除以下兩行: -startup plugins\org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar