Questions tagged [spring-tools-4]
98 questions
0
votes
1 answer
Did Spring4Shell exploit vulnerability affect the "Spring Tools 4 for Eclipse"?
I cannot find whether Spring4Shell exploit vulnerability affects the "Spring Tools 4 for Eclipse 4.14.0". Would you mind advising whether it affected or not?

flowwar
- 3
- 1
0
votes
1 answer
Problem installing Spring Boot or running any .jar file
I'm trying to install Spring Boot STS but unfortunately I always get the same error (sorry for the blacked up part in path in pictures, my name is shown)
Error I get when I try to run Spring Boot after downloading it
Things I tried:
Installed Java…

Greckon121
- 9
- 4
0
votes
1 answer
Autocomplete in Spring tool suite 4 is not working
I am using STS4 and I am new to it. I did all possible ways to make work auto-complete but it's not working.
Below are the preferences setting screenshots
Instead of getting autocomplete suggestions, I am getting below pop-up window
Could anyone…

Vinayak
- 101
- 8
0
votes
0 answers
Spring Tool Suite @Value completion not work
According to the Smart code editing feature in https://spring.io/tools, @Value("${serv}") should trigger the properties completion popup.
But when I use a fresh STS (spring-tool-suite-4-4.12.1.RELEASE-e4.21.0-linux.gtk.x86_64), live hover works but…

yejianfengblue
- 2,089
- 1
- 14
- 18
0
votes
1 answer
Cannot satisfy dependency in STS4 org.springframework.boot.ide.branding.sts4 4.12.0
It is not possible to install org.springframework.boot.ide.branding.sts4 4.12.0 in eclipse 2021-09.
The only message in the logs is "no remedy found".
Cannot complete the install because of a conflicting dependency.
Software being installed:…

Mahatma_Fatal_Error
- 720
- 1
- 10
- 26
0
votes
0 answers
Could not able to checkout code from github in spring tools suite 4.11.1
I tried to checkout code from github through spring tool suite, it does not connect to github. Keep asking user name and password.
0
votes
0 answers
Unable to download STS Windows x64 version
I'm trying to download the STS 4.11.0 at the official Spring website for 2 last days but getting this error:
--2021-07-22 17:50:09-- (try:20) …

Aiton DMT
- 1
- 1
0
votes
1 answer
Spring Tools Suite 4 for aarch64 macOS 11 M1, where?
According the blog post "Spring Tools 4.11.0 released" by @Martin Lippert on June 21st there are
"early-access builds for Apple Silicon platform (ARM M1) available"
for this 4.11 version.
However, there seem to be no findable places to download…

MiB
- 575
- 2
- 10
- 26
0
votes
0 answers
How to start "Spring Tool Suite 4" IDE from macOS terminal
Is there any command to launch a program using Spring Tool Suite 4 IDE without leaving the terminal (macOS)? For example, "code" for VS Code. You can type " code name_of_file "on terminal to open name_of_file on VS Code.

Sebastian Lopez
- 1
- 2
0
votes
1 answer
In STS Boot dashboard arrange projects
In STS, boot dashboard, i have list of projects is there a way to arrange it in some order, for me configs-server, zuul, registry, oauth project needs to be started first and then rest of the projects needs to be started later.
Thank you

user2724215
- 165
- 5
- 16
0
votes
1 answer
Spring Tools broke Maven in Eclipse
I have Eclipse 2019-12 (4.14.0) and installed STS 3.9.13.RELEASE from the marketplace. Since then I've not been able to import Maven projects (This is an issue.) Additinoally I don't have the ability to create a new Spring anything in it. I have…

Syrrus
- 79
- 9
0
votes
1 answer
Spring STS 'Spring boot cli script'/'Spring boot cli service' External tool configuration
Tried to create 'Spring boot cli script' and 'Spring boot cli service' under eclipse external tool configuration. They both ended up with an error (Pic link below). Any suggestions on how this can resolved?
External tool configuration image with…

user15926552
- 1
- 1
0
votes
1 answer
SpringToolsSuite says Column 'Nombre' cannot be null
I'm using retrofit with gson in android, i'm following a tutorial so the guy on the tutorial make it work but i can't
it looks like my json data is lost when i call the retrofit method here are my call in android
ANDROID ACTIVITY.JAVA
public void…

NeroLowell
- 1
- 1
0
votes
1 answer
Issue setting Java Compliance level to newest JDK (16)
I successfully installed and verified JDK 16 yesterday, but was unable to set Compiler Compliance Level to 16 (from Preferences/Java/Compiler). 15 is as high as it goes. I did install new updates today, but still unable to select 16 compliance…

MikeH
- 1
- 1
- 2
0
votes
0 answers
Error while connecting mongodb with springboot restful webservice
while connecting to mongodb database through springboot i'm getting following exception:
com.mongodb.mongoexception:java.lang.NoClassDefFoundError:jdk/net/ExtendedSocketOptions
which is caused by :…

rakshitha n
- 1
- 2