Questions tagged [spring-tools-4]
98 questions
0
votes
0 answers
Eclipse's tips on F2 hotkey won't work with installed Spring Tools4
I have installed Spring Tools 4 in Eclipse and with the plugin expected behavior by F2 won't work.
When I uninstall Spring Tools the functionality comes back. After install Spring Tools - disappeared again.
I saw hotkeys, nothing is changed for F2…

dmitry
- 11
- 2
0
votes
0 answers
Import source code: Could not install Gradle distribution
Gradle
michael@michael:~$ gradle -v
------------------------------------------------------------
Gradle 6.3
------------------------------------------------------------
Java
michael@michael:~$ java -version
java version "14.0.1" 2020-04-14
Spring…

Michael
- 4,273
- 3
- 40
- 69
0
votes
0 answers
Unable to install Spring tool suite 4 on eclipse (Version: 2020-03 (4.15.0) Build id: 20200313-1211)
i am trying to install STS4 using eclipse marketplace. however i encountered the following error.
Cannot complete the install because one or more required items could not be found.
Software being installed: BOSH Language Server Feature…
0
votes
1 answer
How to resolve Error: Could not find or load main class in SpringBoot application
I have one SpringBoot application with maven setup. When I run maven clean, install, generate-sources , build succeed but when I run it as spring boot application, it gives error Error: Could not find or load main class
For trial I created simple…

Archana
- 117
- 1
- 4
- 12
0
votes
1 answer
How to enable Breadcrumb for a non java file?
Working with sts-4.5.1.RELEASE (Based on Eclipse)
Having a non java file, is not possible enable Breadcrumb
For a Java file, is possible enable Breadcrumb
Is possible enable Breadcrumb for a non java file?
Some special setting through…

Manuel Jordan
- 15,253
- 21
- 95
- 158
0
votes
1 answer
Eclipse STS 4 Error: Could not find or load main class
I got following error on my latest version of Eclipse STS 4.
Could not find or load main class
com.infoflow.report.ReportApplication
here is my STS Version:
Spring Tool Suite 4
Version: 4.5.1.RELEASE
Build Id: 202001211336
My Spring…

Yusuf Ibrahim
- 1,591
- 5
- 21
- 46
0
votes
1 answer
Eclipse / launch / Java Classpath enclosed in quotes / breaks 3rd party tools / blocks development
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=558712
In Eclipse 4.14, java.class.path Java property is enclosed in quotes for launch configurations
More specifically for GWT Development Mode launch configurations.
We are suspecting that the…

upperlimit
- 35
- 6
0
votes
1 answer
spring icon for components is missing in eclipse editor ruler
Watching the STS 4 Presentation i noticed that these little green spring icons for the beans are actually useful to have in your editor (starting watching from 22:50 to know why). These are the Icons I'm talking about:
[
However, i dont have them…

elonderin
- 509
- 4
- 12
0
votes
1 answer
How to offline install of Spring Boot Tools Plugin into Eclipse IDE?
I need to install Spring Tools 4 Plugin into my Eclipse IDE. The Problem is, that I dont have any Internet access on this machine. My other Plugins like SonarLint, MoreUnit I installed via zip archive available on official sites or github.
Install…

Tristate
- 1,498
- 2
- 18
- 38
0
votes
1 answer
Spring Tools Suit 4 and Spring roo
I cannot create Spring Roo project is Spring tools Suit 4. Do I need to install a plugin? I tried to install Spring Roo plugin from Eclipse market place but no user. Please Help.

Jafar Ali
- 1,084
- 3
- 16
- 39
0
votes
1 answer
Spring Boot using log4j2 in Eclipse - NoClassDefFoundError Logback
I have a project that uses Spring Boot with log4j2 which works fine as a standalone jar but not as a java application (nor as a Spring boot application) in eclipse.
Here is what the pom looks like :

Taha
- 59
- 7
0
votes
1 answer
java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException this erro appear in spring boot web
this is first time user spring boot an ihave this error please any one help me to solve this error i am using springv tool suite
this is the pom.xml

user9213317
- 33
- 1
- 5
0
votes
1 answer
Spring Tool Suite 4 Console Color issue
I'm developing a Spring Boot application with Spring Tools Suite 4. I don't know why but most of the log messages are highlighted in red color. Only the spring boot logo has a normal color highlighting.
I have the following setup:
STS-4.2.2
Maven…

tstuber
- 352
- 2
- 14
0
votes
0 answers
How to open source code files from my application in eclipse?
I am using spring-boot for building my application in my organization. While going through some of the tutorial videos on spring-boot, I have seen the tutor opening the source code files by typing ctrl+shift+N from a sample project in IntelliJ…

Ganesh Hoolageri
- 135
- 1
- 1
- 9
0
votes
2 answers
In STS 4.0 ignoring unknown property support missing
Following error shown in the problem section for unknown property
There is no easy way to fix the warning in STS4
Even after adding the quickfix, the error is not seems to be going
Description Resource Path Location …

vijayan007
- 366
- 5
- 13