2012-10-17 45 views
1

嘗試安裝JGit安裝例如:It並收到錯誤:嘗試安裝JGit安裝例如:It並得到錯誤需要包org.kohsuke.args4

Cannot complete the install because one or more required items could not be found. 
    Software being installed: Eclipse JGit Command Line Interface 2.1.0.201209190230-r (org.eclipse.jgit.pgm.feature.group 2.1.0.201209190230-r) 
    Missing requirement: JGit Command Line Interface 2.1.0.201209190230-r (org.eclipse.jgit.pgm 2.1.0.201209190230-r) requires 'package org.kohsuke.args4j [2.0.12,2.1.0)' but it could not be found 
    Cannot satisfy dependency: 
    From: Eclipse JGit Command Line Interface 2.1.0.201209190230-r (org.eclipse.jgit.pgm.feature.group 2.1.0.201209190230-r) 
    To: org.eclipse.jgit.pgm [2.1.0.201209190230-r] 

~~~~ 更新 ~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
我給它新的更新網站,它說EGit已經安裝

所以然後我去卸載它,只有一個〜6 Egit條目有選擇時啓用卸載按鈕。 (爲什麼不能讓我卸載它們? - 編)我卸載了那個希望它可能會管理卸載所有條目的人。 (爲什麼不是卸載軟件選項旁邊安裝新的軟件選項?-ed)

我又試圖重新安裝例如:It,說了些插頭沒有必要安裝,因爲他們已經安裝了(爲什麼不讓我把它寫出來?)。所以它讓我繼續基於已經安裝的其他插件。

我按照建議重新啓動。

我現在得到這個警報,無法打開Flash Builder(Eclipse)。

Cannot complete the request. See the error log for details. 
"Eclipse EGit" will be ignored because it is already installed. 

日誌包含以下信息:

!SESSION 2012-10-17 16:38:16.346 ----------------------------------------------- 
eclipse.buildId=I20100608-0911 
java.version=1.6.0_35 
java.vendor=Apple Inc. 
BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US 
Framework arguments: -keyring /Users/me/.eclipse_keyring -showlocation 
Command-line arguments: -os macosx -ws cocoa -arch x86 -keyring /Users/me/.eclipse_keyring -consoleLog -showlocation 

!ENTRY org.eclipse.osgi 4 0 2012-10-17 16:38:16.892 
!MESSAGE Application error 
!STACK 1 
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini). 
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) 
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344) 
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
    at java.lang.reflect.Method.invoke(Method.java:597) 
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) 
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) 
    at org.eclipse.equinox.launcher.Main.run(Main.java:1410) 

*另一個開發者,我知道說,他試圖幾天拿到例如:It安裝並不能。這是正常的嗎? *

有什麼建議嗎?

回答