1
我剛剛發現一個只存在於Eclipse上的插件。安裝控制流程圖出廠時出現故障
首先,我通過插件管理器下載時遇到了一些麻煩,因爲我收到了「javax.net.ssl.SSLHandshakeException:收到致命警報:handshake_failure」。然後我發現this,我解決了它。
但現在我得到這樣的錯誤:
Cannot complete the install because one or more required items could not be found.
Software being installed: Bytecode Visualizer 4.5.0.201508311741 (com.drgarbage.bytecodevisualizer.feature.group 4.5.0.201508311741)
Missing requirement: Bytecode Visualizer 4.5.0.201508311741 (com.drgarbage.bytecodevisualizer.plugin 4.5.0.201508311741) requires 'bundle org.eclipse.core.runtime [3.7.0,3.12.0)' but it could not be found
Cannot satisfy dependency:
From: Bytecode Visualizer 4.5.0.201508311741 (com.drgarbage.bytecodevisualizer.feature.group 4.5.0.201508311741)
To: com.drgarbage.bytecodevisualizer.plugin [4.5.0.201508311741]
我試圖下載的所有文件,然後選擇「安裝新軟件」,但我得到了同樣的錯誤。
它似乎有事情做與"bundle org.eclipse.core.runtime [3.7.0,3.12.0)' but it could not be found"
提示?