-1

I installed spring tool 3 standalone from Eclipse marketplace after restart getting this error i got this error when i start my eclipse, I get the errors,

An internal error occurred during: "Initializing Java Tooling".
org/eclipse/jdt/core/search/SearchPattern$AjcClosure1

and

An internal error occurred during: "Loading Spring static imports into Eclipse code assist favourites"
.org/eclipse/jdt/internal/compiler/parser/Scanner$AjcClosure1

I am using Eclipse latest 2021-09 and java version 16

Roshin Raphel
  • 2,612
  • 4
  • 22
  • 40

1 Answers1

3

Spring Tools 3 (Standalone Edition) 3.9.14 is not supported anymore and is not compatible with the latest Eclipse 2021-09 release. The entry on the Eclipse marketplace is flagged as available for Eclipse 2020-09 as the latest.

We do provide Spring Tools 3 distribution builds for newer Eclipse versions, but since they are not supported anymore for a long time now, those are not well tested. If you urgently need that version, you can get them from here: https://github.com/spring-projects/toolsuite-distribution/wiki/Spring-Tool-Suite-3

Nevertheless, I highly recommend to use Spring Tools 4 for Eclipse instead - and file an issue if you are missing a specific feature from Spring Tools 3 in there and prevents you from upgrading.

Martin Lippert
  • 5,988
  • 1
  • 15
  • 18
  • Yes actually i started learning spring full stack core to spring boot , but now spring core is done and spring jdbc is running , and sir installed this tool in his 2021-06 eclipse , so i also have to use this , as soon as we move to spring boot we are going to use spring tools 4, Thank you for giving such information , because i also doubt version problem , i was also have 06 version but when i got update i downloaded 09 and this all start from there thank you so much for your support , – LEARNER OLY ASKING Oct 20 '21 at 18:47