Questions tagged [sts-springsourcetoolsuite]

Spring Tool Suite (STS) is the Eclipse-powered development environment for building Spring-powered enterprise applications. STS supplies tools for all of the latest enterprise Java and Spring based technologies. The Groovy-Grails Tool Suite (GGTS) is a variant of STS tailored towards developing Groovy and Grails applications.

The Spring Tool Suite™ (STS) provides the best Eclipse-powered development environment for building Spring-powered enterprise applications. STS supplies tools for all of the latest enterprise Java and Spring, and comes on top of the latest Eclipse releases.

Included with STS is the developer edition of Pivotal tc Server, the drop-in replacement for Apache Tomcat that’s optimized for Spring. With its Spring Insight console, tc Server Developer Edition provides a graphical real-time view of application performance metrics that lets developers identify and diagnose problems from their desktops.

STS supports application targeting to local, virtual and cloud-based servers. It is freely available for development and internal business operations use with no time limits.

Links

Usage

Please tag your question under if it is more related to its core features.

568 questions
5
votes
3 answers

how do you get a jre installed in eclipse/springsource toolsuite?

For some reason, when I go to add a JRE to eclipse/sts and give it the location of the JDK 1.6.0_22, it says: Target is not a JDK root. System library was not found. I am giving it this folder, which is accurate and works for everything…
egervari
  • 22,372
  • 32
  • 121
  • 175
5
votes
2 answers

Eclipse Run As Groovy Script by Default

I'd like to run my Groovy project in Eclipse using a shortcut (CTRL+F11). The trouble is, every time I do so I get a "Select a way to run " dialog, which gives me the choice between Groovy Console, Groovy Script, Java Application. I've already set a…
Steve
  • 4,457
  • 12
  • 48
  • 89
5
votes
1 answer

Null analysis in eclipse compatibility break between 7 and 8

I have encountered strange behaviour of nullcheck analysis under Spring tool suite 3.6.2 (Eclipse clon) on windows 7 64bit with Oracle java 8u25. The same maven project with java 7 source compatibility successfully finds NPE error in eclipse, but…
kulatamicuda
  • 1,603
  • 2
  • 21
  • 40
5
votes
4 answers

Extremly slow STS startup, loading org.springsource.ide.eclipse.dashboard.ui

when I start my STS (3.5.1.RELEASE) it takes about 5 Minutes to startup. On the splashscreen I can see "loading org.springsource.ide.eclipse.dashboard.ui" I've allready disabled the Option "Show Dasboad on Startup". Does anyone has an idea? Even my…
5
votes
8 answers

Spring Tool Suite failing to start with error

I was using Spring tool suite, I just upgraded it to latest version spring-tool-suite-3.5.1.RELEASE-e4.3.2-linux-gtk-x86_64 and now I am not able to start it. It gives below error: VM terminated. Exit…
vishal
  • 3,993
  • 14
  • 59
  • 102
5
votes
1 answer

JSONstring to Java Object without using any external library

I m using GWT and want to convert that jsonString to java POJO object without using any kind of external library. can any one help me .. Any help will be appreciated.. Thank you..
kiran
  • 63
  • 1
  • 1
  • 3
5
votes
2 answers

Maven war plugin, not getting dependencies from parent pom

My objective is to include a war to another war. See My Project structure: +test-parent (here goes all common dependencies for spring & hibernate framework) -- test-core (the collection of all common classes type:jar) -- test-web (the webapp which…
Anand Shah
  • 611
  • 7
  • 14
5
votes
4 answers

Error occured during initialization of VM, Could not reserve enough space for object heap - Spring Tool Suite?

I'm getting the following error when I build a Gradle project, but SpringToolSuite runs fine Error occured during the initialization of VM Could not reserve enough space for object heap Error: Could not create Java Virtual Machine Error: A fatal…
5
votes
12 answers

STS is failing to start on my machine

I was trying to setup Spring mvc projects on eclipse. Basic projects were working fine. But using restful services, jersey etc started giving so many errors related to dependencies. So I am planning to move on to STS. I am using STS 2.9.2. It was…
Amit Kumar Gupta
  • 7,193
  • 12
  • 64
  • 90
5
votes
1 answer

A successful JUnit coverage test doesn't turn green on methods that test exceptions

I have a small JUnit test that expects an exception to be thrown. The method throws the exception as expected but when I'm running a "Coverage As" run in Eclipse SpringSource ToolSuite, the two lines in the test method stay red instead of turning…
Davidson
  • 1,064
  • 3
  • 20
  • 35
5
votes
1 answer

Which of these is my JDK path, and which is JAVA_HOME?

I just installed Linux Mint and am trying to configure SpringSource Tool Suite which requires you to direct it to the system "JDK path". Although I haven't explicitly downloaded/installed Java on this system yet, when I ran the update manager I did…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
5
votes
2 answers

org.springframework.web.servlet.DispatcherServlet not found with VMWare vFabric tc Server and maven

I know that there is a previously posted question that is very similar to this one. But the solution doesn't apply to my problem. I'm trying to start a basic Spring project with Maven. This is my pom.xml:
Neets
  • 4,094
  • 10
  • 34
  • 46
4
votes
1 answer

The Spock compiler plugin could not run because

Was trying to complete tutorial here: http://rwinch.blogspot.com/2011/03/running-spring-securitys-tutorial.html Have downloaded git://github.com/SpringSource/spring-security.git and got a lot of projects inside Spring Source ToolSuite. Two of them…
Suzan Cioc
  • 29,281
  • 63
  • 213
  • 385
4
votes
5 answers

SVN how upgrade working copy

I use STS for working with SVN. When I try upgrade (version 1.6) I received this error: org.apache.subversion.javahl.ClientException: Invalid operation on the current working directory svn: Can't upgrade 'C:\..... as it is not a pre-1.7 working…
user810430
  • 11,181
  • 15
  • 38
  • 43
4
votes
4 answers

Why Template "Spring MVC Project" in "SpringSource Tool Suite" not work with Tomcat?

When Im create Spring MVC Template project in SpringSource Tool and try to Run on the Tomcat server I have this error: WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/test/] in DispatcherServlet…
Selector
  • 506
  • 1
  • 6
  • 21