Questions tagged [spring-tools-4]
98 questions
0
votes
0 answers
Any way to build a Maven-built SpringBoot jar where two artifacts are in a specific order in the classpath.idx file?
I maintain a large number of SpringBoot services, built with Maven. There are two transient artifacts where one of them breaks some common rules about jar contents, as it has some fully-qualified classes in that jar that are also in another jar,…

David M. Karr
- 14,317
- 20
- 94
- 199
0
votes
0 answers
How to Stop "Spring Boot Language Server"?
For STS 4
Spring Tool Suite 4
Version: 4.19.1.RELEASE
Build Id: 202308011926
Revision: 0b848aa029fb3bb6bbcbc20e22469ed4dc0241f0
In the IDE itself Spring Boot Language Server is always running or doing something. Therefore in the bottom-right…

Manuel Jordan
- 15,253
- 21
- 95
- 158
0
votes
1 answer
Spring tool suite 4.17.2 has "CHKJ3000E: WAR Validation Failed" error for web.xml file
I upgraded to STS 4.17.2 and for my WAR project the "Validation" selection from Window-->Preferences and also from the right click project context menu is no longer available. How can the above error be corrected or hidden. My project is still…
0
votes
0 answers
while installing spring tools for eclipse error occuured
I try to install Spring Tools from Eclipse marketplace.It is giving an error message at the end
There are no licenses to review. Either the software does not specify a license, or the license has already been reviewed and approved.
Please help me…

pune
- 79
- 2
- 9
0
votes
0 answers
Spring Tools 4, Java 11, Tomcat 9, Spring 5 app - runs in regular mode but hangs indefinitely when trying to debug
No breakpoint sets, fresh install (yesterday) of Spring Tools 4, using MS Open JDK 11, Tomcat 9 and Spring 5. My webapp starts up fine on Tomcat if I run it regular but when I try to run in debug mode it just hangs indefinitely. No breakpoints are…

headlikearock
- 665
- 1
- 9
- 25
0
votes
1 answer
STS/Eclipse does not render the javadoc preview at Javadoc view
Having in 2 Laptops Linux Ubuntu Desktop 22.04 the following:
Spring Tool Suite 4
Version: 4.17.2.RELEASE
Build Id: 202301310704
Revision: 4c43862ec9482cb5c289960e5514998e59d2f1fe
Eclipse Platform
Version: 4.26.0.v20221123-2302
Build id:…

Manuel Jordan
- 15,253
- 21
- 95
- 158
0
votes
0 answers
Expired certificate on SpringToolSuite4.exe causes beyond trust to block it
When i download STS 4.17 from the spring tools site, the digital certificate is outdated and so beyond trust is blocking from launching the app. Is there something we can do about it ? Below is the image i have about the certificates
enter image…
0
votes
0 answers
ST4 saving javascript changes from compare editor fails
Saving changes in javascript file after comparing projects and editing fails with IllegalStateException
Steps to reproduce
STS4 4.17.2 macos arm_64 (fresh install)
Create project comp1 and comp2
Create file comp1/hello.js with
console.log("Hello…

eanderso
- 1
0
votes
1 answer
I can't install lombok in Spring Tool Suite 4 ide on Ubuntu
I'm trying to install lombok in the Spring Tool Suite 4 ide which is in the /opt folder on Ubuntu. The command: java -jar lombok.jar does not work because the opt folder requires privileges.
I tried using the command suggested by the installation…

Clauber Martins
- 70
- 1
- 9
0
votes
1 answer
Spring Tools Suite4
Iam unable to install a software[ Web, XML, Java EE and OSGi Enterprise Development] in Spring Tools Suite4. Any help is appreciated.enter image description here
I clicked on help->Install New Software-> [ Web, XML, Java EE and OSGi Enterprise…

rubiya sultana
- 1
- 3
0
votes
0 answers
Spring Tool Suite 4 auto closes on certain key press
I am on Mac OS Ventura and using STS installed from binary spring-tool-suite-4-4.16.1.RELEASE-e4.25.0-macosx.cocoa.x86_64.dmg. I see an issue when editing the pom.xml file. Whenever I try to comment out a dependency by typing in

Ladu anand
- 646
- 2
- 8
- 30
0
votes
1 answer
Missing Option to Create Spring Starter Project in Spring Tools 4
All,
I'm sure this used to work but anyway despite repeated re-downloads and unpacking etc. I'm seeing the following behavior in Spring Tools 4:
Unable to create a Spring Starter Project - The option isn't available as a menu option.
Cannot find…

user3676476
- 323
- 2
- 10
0
votes
1 answer
Eclipse. Installing STS4 causes Eclipse update error on Wild Web Developer XML Tools
I did a clean install of Eclipse. After installing the Spring Tools Suite 4 I get an error when checking for Eclipse updates. Any suggestions?
Deleted ~/{.eclipse,.p2,.sts4,eclipse,eclipse-workspace}
Installed Eclipse Temurin OpenJDK -…

Mark Davoren
- 23
- 5
0
votes
1 answer
VSCode unable to use "Spring Boot: Manage Live Spring Boot Process Connections"
I started debugging my Spring Boot 2.7.3 app in my VSCode and try to use "Spring Boot: Manage Live Spring Boot Process Connections" feature.
I believe I choose the right Process ID:
The VSCode always show up "Refreshing data from Spring process:…

Will Huang
- 2,955
- 2
- 37
- 90
0
votes
1 answer
Adding jsp to spring boot project
I am starting a new project and I am trying to configure spring boot as a web project to use jsp's. I am using Spring Tools Suite 4.
I have added the spring web option while setting up.
I have added the following in the…

Joshua Majebi
- 1,110
- 4
- 16
- 34