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
196
votes
6 answers

Breakpoints are crossed out, how can I make them valid?

i got a tricky one: I can't set valid breakpoints. Not in Tests, neither in my Java Classes. I searched Stackoverflow and google, but I couldn't find anybody with the same problem. I'm using STS(x86) and Maven. Edit: It may seem confusing but I…
MartinL
  • 3,198
  • 4
  • 18
  • 20
149
votes
35 answers

Maven2: Missing artifact but jars are in place

From now to then, my Maven 2 started to mess around. I am using SPring STS 2.6.1 and have a single project based on Spring 3, Hibernate, DWR, Cometd and all that stuff. Today I just updated from Git und all of a sudden, I got that scary mvn…
Jannick
  • 2,094
  • 3
  • 17
  • 21
80
votes
24 answers

Compiler error "archive for required library could not be read" - Spring Tool Suite

I am starting to configure my development environment and I am using Spring Tool Suite 2.8.1 along with m2E 1.01. As far as I can tell, since this is a Maven Project (my first), my Maven POM is dictating (along with m2E smarts) my project build…
totalcruise
  • 1,343
  • 2
  • 13
  • 25
66
votes
5 answers

Why is SpringSource Tool Suite (STS) so slow? And how can I fix it?

I've been running STS 2.3.2 on a MacBook Pro for a few days now. I'm finding the performance to be significantly slower than any other build of Eclipse I've used. For example, switching from one tab to another can take up to 4 seconds. I tried…
curthipster
  • 3,661
  • 3
  • 24
  • 18
62
votes
4 answers

Can I disable the Dashboard window when SpringSource Tool Suite starts up?

There apparently used to be a toggle switch on the Dashboard itself, but that's gone, and I can't find anything in the Preferences. I'm using version 2.5.2. I know it's really not a big deal, but closing that window over and over is starting to…
peteorpeter
  • 4,037
  • 2
  • 29
  • 47
39
votes
4 answers

Tomcat vs Pivotal tc Server

Could anyone advise as to the pros and cons of using Pivotal tc Server as opposed to just vanilla Tomcat for a Spring-MVC Java web application? Could find very little about Pivotal other than on their website and the fact it's packaged as part of…
Steve Chambers
  • 37,270
  • 24
  • 156
  • 208
31
votes
3 answers

Configure Eclipse word-boundaries so 'Next-Word-Key' skips whole identifier

If I have a piece of Code MyIdentifierIsNice(OtherThingAlsoNice isBetterThen); I'd like to change the behavior of Ctrl-Left in Eclipse from stopping here: My|Identifier|Is|Nice|(|Other|Thing|Also|Nice is|Better|Then|);| to here: …
towi
  • 21,587
  • 28
  • 106
  • 187
26
votes
3 answers

Eclipse Dali JPA error : 'Console configuration "" does not exist'

I have looked everywhere and tried to get to the root of this error but am Having no luck. I have Eclipse STS with Dali JPA Tools installed. I have a project with a connected HSQLDB and entities. When I go to the JPA perspective I have this error…
Dustin
  • 729
  • 1
  • 10
  • 25
24
votes
4 answers

Get "Invalid derived query" error all over the place in our Spring Data JpaRepository interfaces in STS 3.1

We have implemented our repositories exactly as demonstrated in the Spring Data documentation. Everything was fine until we upgraded from STS 2.9 to STS 3.1. All attempts to get these errors to disappear have failed, and in some cases they don't…
23
votes
2 answers

Why is Spring Boot extremely slow to start up on Mac OSX Mavericks (10.9.2)?

I don't have any other issues with java and STS starts up fine but when I try to run my app as "Run as Spring Boot App" (or any of the samples), the console is empty for up to 5 minutes, before I get the familiar "Spring Boot" ASCII art. Then it…
Paul Drummond
  • 6,043
  • 6
  • 30
  • 38
23
votes
7 answers

SpringJUnit4ClassRunner class not found

i am trying to create a unit test using SpringJUnit4ClassRunner but everytime i execute the test it says it cannot find SpringJUnit4ClassRunner using mvn install. \src\test\java\com\jr\freedom\util\JsonParserUtilTest.java:11: cannot find…
Jono
  • 17,341
  • 48
  • 135
  • 217
21
votes
3 answers

How to start with STS and Gradle

Installed Kepler-based STS 3.4.0.RELEASE (current latest version) and the Gradle Support package from the Dashboard Extensions. Now I would like to create a Spring MVC project from scratch that uses Gradle as its build and dependency management tool…
19
votes
7 answers

tomcat server fails to start the server and application in STS

When I run a Spring MVC application I get this exception and the sever fails to start. Please help me to fix this issue. Exception StackTrace: Jan 24, 2013 11:33:59 AM org.apache.catalina.startup.ContextConfig processAnnotationsJar SEVERE: Unable to…
Java Questions
  • 7,813
  • 41
  • 118
  • 176
18
votes
3 answers

How to disable autoopen internal webbrowser after run webapp?

When I run web app on server in STS internal web browser opens. I want to disable this but I don't know where can I do this.
avv
  • 257
  • 2
  • 5
18
votes
2 answers

Difference between Eclipse Build Project and Maven Compile command

Is Eclipse "Build Project" command same as the Maven command "mvn compile"? Do both basically do the same thing? If Yes, then why do I need to do a "Build Project" in STS after running "mvn clean install" in order to run the application without any…
Arthas
  • 421
  • 1
  • 6
  • 23
1
2 3
37 38