我正在尝试将SuiteCloud IDE安装到Eclipse中。
我按照如下的指示来做。
https://www.youtube.com/watch?v=aK72dRP24qw
https://riptutorial.com/netsuite/example/13251/eclipse-suitecloud-ide-setup
我给网址:2
但是,当我继续帮助->安装新软件时,在第二步,我会出现以下错误。
Cannot complete the install because one or more required items could not be found.
Software being installed: SuiteCloud IDE 2018.1.2 (com.netsuite.ide.eclipse.feature.feature.group 2018.1.2)
Missing requirement: SuiteCloud IDE 2018.1.2 (com.netsuite.ide.eclipse.app 2018.1.2) requires 'bundle org.eclipse.jdt.core 3.9.2' but it could not be found
Cannot satisfy dependency:
From: SuiteCloud IDE Main Application 2018.1.2 (com.netsuite.ide.eclipse.app.feature.feature.group 2018.1.2)
To: com.netsuite.ide.eclipse.app [2018.1.2]
Cannot satisfy dependency:
From: SuiteCloud IDE 2018.1.2 (com.netsuite.ide.eclipse.feature.feature.group 2018.1.2)
To: com.netsuite.ide.eclipse.app.feature.feature.group [2018.1.2]请帮助我,如何解决这个错误。任何帮助都将不胜感激。
谢谢。
发布于 2019-03-28 11:51:43
我以前也有过这个问题。我没有修复Eclipse,而是选择安装另一个版本的Eclipse,并在这样做之后安装SuiteCloud IDE。
首先,导航到:https://www.eclipse.org/downloads/packages/
向下滚动列表,找到"Eclipse for JavaScript和Web“
安装到根目录(C://)
然后再尝试安装SuiteCloud IDE。希望这能有所帮助。
发布于 2019-03-26 13:14:08
requires 'bundle org.eclipse.jdt.core 3.9.2'是此错误的关键部分。
这意味着至少需要verion 3.9.2的org.eclipse.jdt.core插件。
这个插件的3.9.2版本首先包含在Eclipse (4.3)中,所以您至少需要运行这个版本的Eclipse。旧版本不起作用。
https://stackoverflow.com/questions/55357291
复制相似问题