Questions tagged [spring-tools-4]
98 questions
1
vote
2 answers
MacOS BigSur and STS 4.8.1 refresh screen issue
As soon as I upgraded to BigSur 11.0.1, I started noticing that some of the UI components in STS 4.8.1 started to disappear (or let's say they don't show up, since as soon as I click in the area, where they are supposed to be located, they start to…

hms
- 35
- 5
1
vote
1 answer
Is there anyway to connect IBM RTC and Spring tool suite 4 IDE?
I have IBM eclipse to load code from RTC, but i'm comfortable with working in STS. If there is any plugin to connect IBM RTC from STS would be great to commit code. I tried all the way, it all suggests for Eclipse IDE. Anyone has any idea about this…

Lognath
- 11
- 1
1
vote
2 answers
Spring Tools Suite 4 can't create JVM after OpenJDK 11 install
I have been running STS4 on my MAC without trouble for some time, however I only had Oracle's JRE installed as shown below:
Java(TM) SE Runtime Environment (build 1.8.0_162-b12)
Yesterday I installed the OpenJDK 11 package using Brew. Now I (also)…

AstarAndy
- 121
- 1
- 8
1
vote
1 answer
How to upgrade Spring Tool Suite version instead of reinstalling?
I tried to upgrade Spring Tool Suite version from 3.9.9 to latest version (4.5.1) but i am not find the latest upgrade version.
I have checked existing STS IDE on help- >Check for Updates options, its having only STS 3 updates only i'm not found any…

Karthikeyan Velmurugan
- 591
- 3
- 8
- 28
1
vote
0 answers
Using STS 4 IDE Java compiler error preference Empty Statement is ignored
In the Preference dialog the selection for Java->Compiler->Error/Warnings, changing the option for "Empty Statement" in the Potential Programming Problems section to any value other than Error seems to be ignored. I have tried changing the option…

DcookCRX
- 11
- 3
1
vote
1 answer
Getting Error when opening Eclipse Market
Getting Error when opening Eclipse Marketplace or install new software.
Unhandled event loop exception during blocked modal context. No more
handles
Eclipse Spring Tool Suite Version
Spring Tool Suite 4
Version: 4.4.2.RELEASE
Build Id:…

Yusuf Ibrahim
- 1,591
- 5
- 21
- 46
1
vote
1 answer
What is difference between Project Path and Workspace in spring Tool suite?
There's an option to start a project in Spring Tool Suite we can select our Project path and Workspace. Where I need to choose if I need to save project files?
I need to save files on D:\3rd year\SQA location. Where I need to put this, in Project…

Gayath_chandi
- 51
- 8
1
vote
2 answers
Does STS 4 has yaml editor in build
I have downloaded latest STS 4 for windows 10 but for some reason its not detecting yml formatting errors. Do I need to include any specific plugins

springbootlearner
- 1,220
- 4
- 26
- 48
1
vote
1 answer
Unable to install local cloud services
While I'm trying to install local cloud services using Spring Tool Suite 4
Spring Tool Suite 4
Version: 4.3.2.RELEASE
Build Id: 201908130627
and I'm getting
IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1
407…

SJN
- 377
- 2
- 8
- 18
1
vote
4 answers
Lombok installation in Spring Tool Suite 4 for Windows
To install Lombok on one of my spring boot project on STS 4 in Windows 10 OS, I did the following steps:
Added the lombok gradle dependency to build.gradle:
compile 'org.projectlombok:lombok'
Then to install the jar retrieved from building the…

Anup Nair
- 81
- 1
- 2
- 8
1
vote
1 answer
Is there plans to add Kotlin support for the Spring Tools Suite?
I want to use Kotlin with the Spring Tools suite plugin for VSCode but it only supports Java (For things like intellisense).
I know I should just use intelliJ and I will for now but I program in a lot of different languages daily and I would like to…

ChrisAtMachine
- 11
- 1
1
vote
2 answers
How do I change the Java version fro STS4
My Java version was updated to 1.8.202 and now my STS4 will not start. Below is the screenshot of the error. How do I change the Java version? I have tried to add -vm it gives error code 1. I see a weird Java path but I don't see where its…

Vatson
- 137
- 3
- 9
1
vote
1 answer
STS 4 Boot Dashboard properties not showing request mappings and beans
When I start the application and go to Dashboard > Properties > Request Mappings I do not see any mappings.
The message shown is
must be running with JMX enabled; and actuator 'mappings' endpoint must be enabled to obtain request mappings.
Neither…

Abhishek
- 91
- 1
- 5
1
vote
1 answer
STS download page not found
A few days ago I could see the STS download page, but I haven't found the page in these two days. The visit to the STS download page has been 404. I want to install a latest version of STS on my new computer to learn Spring.

Carlos
- 23
- 2
0
votes
1 answer
My Eclipse with Spring Boot has been running "Spring Boot Validations Builder" on one project for hours now
I'm using Eclipse 2023-06 on Windows 11.
I have the Spring Boot plugin set installed, with v4.19.1, the latest available at this time.
In the last few days, I've been severely hampered with either the "Spring Boot Language Server" or the "Spring…

David M. Karr
- 14,317
- 20
- 94
- 199