Questions tagged [spring-tool-suite]

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.

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.

For more info visit - http://spring.io/tools

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

1273 questions
-1
votes
2 answers

Error: The constructor is undefined

I cannot understand why does the program keep telling me I have a mistake 'The constructor Date() is undefined' in code line 4. I was using it in Spring Tool Suite,but that doesn't matter I guess. Please,can someone explain what to do and how. If…
Sonia Eaton
  • 3
  • 1
  • 3
-1
votes
2 answers

STS 3.9.0 crashes at workspace start using Java 9

I've tried to install the recent Java 9 on my Mac OS. In the first moments it seemed all ok, but after restarting STS, it's started to happen this error: !SESSION 2017-09-25 14:20:42.193…
Alessandro C
  • 2,750
  • 5
  • 33
  • 66
-1
votes
3 answers

Unable to work on Spring Security using Eclipse STS?

Following is my class:- As you can see there are three red lines coming due to some unknown reason. It is coming when I am trying to extend WebSecurityConfigureAdapter class. The errors are as following respectively:- Error 1: Error 2: Error…
-1
votes
2 answers

display the content of arraylist (java class method) in mvc spring application

The output of the method is an Arraylist of strings (The class testh which contained the method displayPrice is already worked using Eclipse ) package classe_j; public class testh { public static ArrayList displayPrice(String inputFileName,…
B B
  • 50
  • 5
-1
votes
1 answer

How to create project for openshift next-gen on SpringToolSuite

I don't know how to create OpenShift Next-Gen project on Spring tool suite. for Openshift V2 I can create normally on my spring tool suite, and when I try to create the project for Openshift V3. It occurs errors. And I already search many times, and…
-1
votes
1 answer

How to solve maven COMPILATION ERROR: package X does not exist?

I have 3 maven projects: project-A project-B project-C The second project (B) requires the dependency for the first project (A). The third project (C) requires the dependencies for the first and second project (A, B). I have defined these…
Blerta Dhimitri
  • 2,613
  • 4
  • 19
  • 30
-1
votes
1 answer

How to use mssql to gradle?

I am using sts and make project: and refresh all. error message: Could not resolve: com.microsoft.sqlserver:sqljdbc4:4.0 how to fix it?
Lunatic
  • 9
  • 1
  • 5
-1
votes
2 answers

I need to transfer an already built maven project to a new machine

I cannot build the project again on the new machine as I do not have access to the Maven repository, nor do I have the access to the git repository. How would I accomplish this? I would assume that I would only need to copy the project directory…
Ebony Maw
  • 494
  • 7
  • 20
-1
votes
1 answer

How To create RestClient with Spring Boot Application in Spring Tool Suite

I am new to STS. I am creating RESTful Web Services with the Jersey implementation using the Gradle Build tool. Can any one tell me how to create or consume REST in STS?
Sagar K
  • 1
  • 2
-1
votes
1 answer

How to bind Spring project with SonarQube

how to bind Spring project with SonarQube, I have used STS(Spring Tool Suite) IDE for my project development. I started SonarQube in http://localhost:9000, and created the project under 'Projects' menu on sonarqube home page, but I can not link the…
AdamIJK
  • 529
  • 2
  • 10
  • 21
-1
votes
1 answer

How can I remove this expression?

I recently used this tool so I am bigger. when I wrote codes, suddenly this expression appeared. How can I remove this expression? thank you.
-1
votes
2 answers

Error : svn path not found

While trying to add repository in STS(Spring tool suite) for cheking out project, I am getting error as "svn path not found". But with same url i am able to checkout project in the folder(not through STS).
-1
votes
1 answer

eclipse(sts) html editor highlight syntax

I am struggle with html edit in STS IDE. I cant make work: syntax highlight code coloring Here is print screen: can any one help me?
masterdany88
  • 4,009
  • 8
  • 44
  • 114
-1
votes
2 answers

System.err.println shows no output

I am using STS 3.4 and working on a web application based on Grails framework. When i try to use System.err.println in groovy classes it does not print anything on standard eclipse console(STS console). Actually there are times when in print…
Sachin Verma
  • 3,334
  • 9
  • 31
  • 66
-2
votes
1 answer

could not launch the product because the specified workspace cannot be created eclipse

I have delete the .lock file but Still it's not working. I have delete whole .metadata file but still it's not opening the workspace. I have also create a new directory of workspace but same error. Give me solution of this error
1 2 3
84
85