我在Eclipse中安装“ Spring IDE”插件时遇到问题,我想知道如何解决这个问题

时间:2019-08-14 08:21:25

标签: spring eclipse spring-boot spring-ide java-memory-leaks

我想在Eclipse中安装和配置spring框架。但是,安装过程失败。

我使用的PC的操作系统是32位Window7。内存为2GB。

我运行了Eclipse(版本:Neon.3(4.6.3)),然后单击了帮助> Eclipse Marketplace。

我搜索了“ spring”,但是没有显示Spring Tools 3 Add-on。

所以我点击了帮助>再次安装新软件。

编写http://dist.springframework.org/release/IDE以使用,然后按Enter。

签出核心,扩展,集成。当我按下“新建”按钮时,发生了如下图所示的错误。enter image description here

我重新启动了Eclipse。这次我只检查了Core。当我按下“新建”按钮时,发生了如下图所示的错误。 enter image description here enter image description here enter image description here

有时我会在“详细信息”中看到以下消息: 由于找不到一个或多个必需项,因此无法完成安装。   正在安装的软件:Spring IDE Core(必需)3.9.9.201906180643-RELEASE(org.springframework.ide.eclipse.feature.feature.group 3.9.9.201906180643-RELEASE)   缺少要求:引导UI支持3.9.9.201906180643-RELEASE(org.springframework.ide.eclipse.boot.wizard 3.9.9.201906180643-RELEASE)需要'package javax.ws.rs 2.0.1',但找不到   无法满足依赖关系:     来自:Spring IDE Buildship Integration 3.9.9.201906180643-RELEASE(org.springframework.ide.eclipse.buildship30 3.9.9.201906180643-RELEASE)     To:捆绑org.springframework.ide.eclipse.boot.wizard 0.0.0   无法满足依赖关系:     来自:Spring IDE Core(必需)3.9.9.201906180643-RELEASE(org.springframework.ide.eclipse.feature.feature.group 3.9.9.201906180643-RELEASE)     收件人:org.springframework.ide.eclipse.buildship30 [3.9.9.201906180643-RELEASE]

我在eclipse.ini文件的内容中将-Xms256m -Xmx1024m修改为-Xms2048m -Xmx4096m。但是结果是一样的。

如何在eclipse中安装spring框架?

1 个答案:

答案 0 :(得分:0)

已解决。 Eclipse 4.6.3和STS3.9.9似乎不合适。

我在Eclipse>帮助中尝试过http://dist.springsourse.com/snapshot/TOOLS/nightly/e4.3>安装新软件。已安装STS3.7.0。