Questions tagged [spring-tools-4]
98 questions
0
votes
2 answers
java.lang.NullPointerException at org.eclipse.jdt.internal.compiler.codegen.CodeStream.newArray
Environment
jdk1.8
spring-tool-suite4
Issue
cannot debug the project because of the eclipse java problem.
Keywords
codegen.TypeAnnotationCodeStream.newArray
Detail
Problems occurred when invoking code from plug-in:…

suiwenfeng
- 1,865
- 1
- 25
- 32
0
votes
0 answers
Creating a new Maven Project
So I am creating a new Maven project in Spring Tool Suite 4. However, after creating the project I am getting the following.
and
Why is this happening? How to fix it?
Thanks,
Theo.

Theo
- 3,099
- 12
- 53
- 94
0
votes
1 answer
What are the consequences of checking "Disable Auto Config Detection" in the Eclipse Spring preferences?
I mean the Eclipse preference under Window|Preferences|Spring|Beans Support
"Disable Auto Config Detection".
When this option is not checked, I notice a delay when saving Java files:
Building Workspace...
Loading ...ServerApplication
or
Loading…

Holger
- 407
- 4
- 12
0
votes
1 answer
Not able to Cmd+ Click code coming through dependencies in STS 4
Facing a strange problem.
I recently moved my workspace to Java11. Earlier was using Spring Tool Suite 3.x but it was not working well with Java 11 so upgraded to 4.1.2 RELEASE.
The issue is I cant navigate (Cmd + Click) through dependencies…

Ankur Garg
- 2,553
- 8
- 30
- 41
0
votes
0 answers
Spring STS 4 PropertiesLauncher start parameter
Spring STS 4 seems to launch a separate process called PropertiesLauncher. I guess it's for supporting the Language Server Protocol.
How can we customize the start parameters of this process, in particular how can we increase the max heap size…

Holger
- 407
- 4
- 12
0
votes
0 answers
Plug-in "org.springframework.ide.eclipse.boot.wizard" was unable to instantiate class
I have installed STS-4 in my machine . At beginning it was working fine but after some plugin installation i am not able to "import Spring Getting Started Project" . I am facing below exception
The selected wizard could not be started. Plug-in
…

Indrajeet4192
- 51
- 2
- 9
0
votes
1 answer
Increase memory in SpringToolSuite v4.0.1
I'm unable to increase the memory for the app, and app keeps its default 1Gb of heap.
Seems the settings in SpringToolSuite4.ini (what used to be STS.ini) are being ignored.

Zeljko Kozina
- 129
- 1
- 3
0
votes
1 answer
Error while executing Simple Spring Boot Application in Spring Tool Suite
I have recently installed Spring Tool Suite 4.0.1 on Ubuntu 18.04 and tried to run hello world spring application but it gives the following compile-time error. I have searched on google a lot but cannot find the relevant info.
Error:
"Description …

Anshul
- 11
- 3