Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
Please, let me start by saying that I am aware of the following question:
Spring STS does not work with Gradle
. However, the answer does not resolve my issue.
Here is information about my configuration and the issue.
Java
: java version "1.8.0_111"
OS
: Win 10 Home
Eclipse
:
Eclipse Java EE IDE for Web Developers.
Version: Neon Release (4.6.0)
Build id: 20160613-1800
Software installed in Eclipse:
I also installed the legacy extension as advised in the question mentioned above.
Issue:
I try to create a new Gradle (buildship) via the Spring Getting Started Content but I keep getting the error: "
Can not import using Gradle (Buildship) because Buildship Gradle Tooling is not installed. You can install it from Eclipse Marketplace
".
I am unable to resolve this issue. Any suggestions how to resolve this?
Thank you!
This has been resolved. See the issue update at
https://github.com/spring-projects/spring-ide/issues/90
To install STS update from snapshot site, got to Help > Install New Software and add the update site
https://dist.springframework.org/snapshot/IDE/nightly
as mentioned in the issue ticket.
Worked for me.
Thanks for contributing an answer to Stack Overflow!
-
Please be sure to
answer the question
. Provide details and share your research!
But
avoid
…
-
Asking for help, clarification, or responding to other answers.
-
Making statements based on opinion; back them up with references or personal experience.
To learn more, see our
tips on writing great answers
.