簡體   English   中英

我應該在 LiClipse 中注冊哪些“可用軟件站點”才能成功升級?

[英]What “Available Software Sites” should I register in LiClipse to upgrade sucessfully?

我在 LiClipse/Eclipse 的一個實例中運行 LiClipse 7.1.0,該實例已經使用並升級了很長時間。 LiClipse 現在建議我升級到 LiClipse 7.2.0。 當我嘗試升級時,它會失敗並顯示一條消息“依賴項不可滿足”。

查看宣布 7.1.0 的 LiClipse 博客文章,我看到聲明“LiClipse 現在基於 Eclipse 4.17 (2020-09)”。 支持此功能所需的模塊來自 Eclipse... 首選項... 安裝/更新... 對話框中的“可用軟件站點”列表。 I have entries there of the form, http://download.eclipse.org/eclipse/updates/4.7 and http://download.eclipse.org/eclipse/updates/4.14 . 我可能應該添加一個類似http://download.eclipse.org/eclipse/updates/4.17或 ... /2020-09類的條目。

但是,為了讓 LiClipse 成功更新,我應該在可用軟件站點列表中擁有哪些站點? 我要輸入哪些網址? 將來,有什么方法可以學習要輸入的新 URL,以便答案不是特定於當前版本的 Eclipse?

Eclipse wiki 頁面“如何升級 Eclipse IDE”中,我看到“輸入 URL 的存儲庫列表以使用新的存儲庫”的說明。 我想要一個存儲庫列表。 我不想猜測。

我一直希望找到一個頁面,上面寫着“對於 LiClipse 7.2.0,請使用這些可用的軟件站點”。 或者更好的是,我一直希望 Eclipse 將具有一種機制,使以前的可用軟件站點可以告訴 Eclipse 關於要添加的新可用軟件站點和要停用的舊軟件站點。 但我不覺得。

以下是當我嘗試升級到 LiClipse 7.2.0 時 LiClipse 給我的錯誤消息。

Cannot complete the install because some dependencies are not satisfiable
  Software being installed: a.jre.javase 1.7.0
  Software being installed: LiClipse 7.2.0.202102221417 (com.brainwy.liclipse.rcp.product 7.2.0.202102221417)
  Cannot satisfy dependency:
    From: LiClipse Editor 7.2.0.202102221417 (com.brainwy.liclipse.editor 7.2.0.202102221417)
    To: osgi.ee; (&(osgi.ee=JavaSE)(version=11))
  Cannot satisfy dependency:
    From: LiClipse Feature 7.2.0.202102221417 (com.brainwy.liclipse.feature.feature.group 7.2.0.202102221417)
    To: org.eclipse.equinox.p2.iu; com.brainwy.liclipse.editor [7.2.0.202102221417,7.2.0.202102221417]
  Cannot satisfy dependency:
    From: LiClipse 7.2.0.202102221417 (com.brainwy.liclipse.rcp.product 7.2.0.202102221417)
    To: org.eclipse.equinox.p2.iu; com.brainwy.liclipse.feature.feature.group [7.2.0.202102221417,7.2.0.202102221417]

我在 MacOS 10.13.6 High Sierra 上運行,如果這有什么不同的話。

http://update.liclipse.com/latest (根據https://www.liclipse.com/download.html#update_site )。

What the error message is telling you is that you need to run LiClipse using Java 11, which makes sense because Eclipse 4.17 requires Java 11. Note that Eclipse 4.17 isn't tested on anything older than Mojave ; 如果可以的話,您應該至少更新到該版本。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM