Spring Toolbox (STS) 3.5.0 - org.codehaus.groovy.eclipse unknown in solver

Problem with STS 3.5.0

https://issuetracker.springsource.com/browse/STS-3792

org.codehaus.groovy.eclipse 2.9.0.xx-201403261719-e43j8 is unknown in the solver!

These are the steps I took to fix it, and it allowed me to use the eclipse market

+7
java eclipse spring-tool-suite groovy
source share
3 answers

Help → Check for Updates

Problem has arisen

The "JDT Core Patch with Java 8 Support for Groovy -Eclipse plugin" is not applicable to the current configuration and will not be installed.

An internal error occurred during: "Search for alternative solutions ...".

org.codehaus.groovy.eclipse 2.9.0.xx-201403261719-e43j8 unknown to the solver!

If you get this error, follow these steps:

reference

About Spring Toolbars

Installation Details

Eclipse Java Development Tools Patch with Java 8 Support (for Kepler SR2)

Delete ...

reboot

Then, to verify that the error is gone:

Help → Check for Updates

No updates found.

Everything should be fine now. But you need to install Java 8 support

Then follow these steps:

reference

Install new software ...

Work with: SpringSource update site for Eclipse 4.3 - http://download.springsource.com/release/TOOLS/update/e4.3

[x] Groovy -Eclipse

Further

Further

I accept

Done

Reboot

That should do it.

+17
source share

I had the same problem. Check if groovy -eclipse is installed. If this is not the case, you need to install it first, then install STS.

Check this site for installation https://www.function1.com/2016/06/installing-eclipse-groovy-plugin

+1
source share

the above thing worked for me ...

thanks

-one
source share

All Articles