我收到以下錯誤,同時發動的Eclipse:如何解決Eclipse可執行文件啓動程序無法找到其Windows 7的配套共享庫?
Eclipse可執行發射器無法找到它的同伴共享庫。
以前的Eclipse工作正常,當我有我的電腦上安裝jre6
。在安裝jre7 update 25
後,我不再能夠啓動Eclipse。
我的Eclipse ini
-file有這些行:
-startup
plugins\org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810
如何解決這個問題?任何幫助都會很棒。
您是否偶然安裝了64位JRE7? – nitind
這可能有多種原因。看看http://stackoverflow.com/questions/7070968/eclipse-executable-launcher-error-unable-to-locate-companion-shared-library上的答案其中之一可能是你的問題的原因。 –
嘗試刪除兩行 - 啓動和下一個。 http://stackoverflow.com/a/29298234/3496570 – Nepster