SpringSource Tool Suite (STS) 通过更新站点安装到现有 Eclipse 安装中不起作用
我正在尝试将 SpringSource Tool Suite 安装到现有的 Eclipse 安装 (3.7 Indigo) 中。按照 SpringSource 的更新站点手册,一切运行正常,但是我找不到任何方法来打开 SpringSource 仪表板或欢迎屏幕(绿色背景)。
在窗口中>开放视角>其他...没有 Spring 的条目。
进入新菜单我什至无法创建新的 Spring 项目。
我之前已经使用该工具套件作为独立安装,但现在我想尝试一下 Spring Roo 并使用我当前的 eclipse 安装和配置。
检查安装新软件管理器,一切都显示已安装并进入“帮助”>“ About Eclipse 按照安装指南的建议显示了所有 Spring 徽标。
关于出了什么问题的任何想法,或者我如何找出可能出问题的地方?
I'm trying to install SpringSource Tool Suite into an existing Eclipse install (3.7 Indigo). Following the update site manual from SpringSource, everything runs ok, however I cannot find any way to open the SpringSource Dashboard or the welcome screen (the green background).
In Window > Open Perspective > Other... there is no entry for Spring.
Going to the new menu I can't even create a new Spring project.
I have used the tool suite before as a standalone install, however I now want to play around with Spring Roo and use my current eclipse install and config.
Checking the install new software manager, everything says its installed and going into Help > About Eclipse shows all the Spring logos as suggested by the install guide.
Any ideas on what has gone wrong, or how I can figure out what could be wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来确实有些东西没有正确安装。
首先,查看您的错误日志。有什么有趣的错误吗?另外,尝试重新启动并查看是否出现任何新错误。
如果这没有显示任何有趣的内容,那么最好看看安装了什么。你可以去帮助->关于 Eclipse ->安装的软件?选择全部并复制。将其粘贴到上面的问题中。
It does sound like something is not installed correctly.
First, have a look at your error log. Any interesting errors? Also, try restarting and seeing if any new errors come out.
If that doesn't show anything interesting, then it would be good to see what is installed. Can you go to Help -> About Eclipse -> Installed Software? Select all and copy. Paste it into the question above.
您可能需要转到帮助 ->检查更新并重复该过程。
其次,进入帮助-> Eclipse Marketplace 并搜索 STS。如果已安装,右下角的按钮上会显示已安装 - 但无论如何单击它,您将看到一些选项,可能会显示某些组件可能需要升级。我必须使用我安装的 STS 4 插件来执行此操作。
对于那些使用 STS 4 进行安装的人来说 - 它不会提供 Spring 透视图或填充“文件/新建”菜单中的大多数 Spring 项目。它似乎只提供了一些 Spring boot 项目。您仍然需要安装 STS 3 才能使大多数项目正确显示在 Eclipse 中,至少从 STS 4.1.0 开始是这样。
You may need to go Help -> Check For Updates and repeat that process.
Secondarily, go into Help -> Eclipse Marketplace and search for STS. If it is installed, it will say Installed on the button on the bottom right - but click on it anyway, and you will have some options that might show you that some components might need to be upgraded. I had to do this with the STS 4 plugin I had installed.
And for those installing with STS 4 available - it will NOT give the Spring perspective or populate most of the Spring items in the "File / New" menu. It only appears to provide a few Spring boot items. You still have to install STS 3 as well to get most items to show up right in Eclipse, at least as of STS 4.1.0.