Spring Tool Suite Closes Automatically after adding dependency to pom.xml file

Anish Panthi

I am trying to use Spring Data but whenever I add its dependency to pom.xml, after 5-10 seconds, STS closes automatically. If I remove the dependency, it works. But, I need to use Spring Data in my project. What should I do? Expert help needed. I'm using STS 3.7.3.RELEASE I tried changing JDK version. I switched workspace too. I also tried to clean the project. But, problem won't fixed. This is the dependency that I tried to use. I also tried to use the latest dependency.

<dependency>
        <groupId>org.springframework.data</groupId>
        <artifactId>spring-data-jpa</artifactId>
        <version>1.9.4.RELEASE</version>
</dependency>
Anish Panthi

I got the temporary solution. I just unchecked the option "Build Automatically" which is under "Project" menu.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

STS(Spring Tool SUite) Output console view disappears/closes automatically

From Dev

Error configuring Spring Tool Suite Dependency

From Dev

Manually adding aar with dependency pom/iml file

From Dev

Adding a <dependency> to my Atlassian plugin's pom.xml causes a Spring BundleException with a Constraint violation

From Dev

Spring Tool Suite doesn't show integration-graph for a spring-integration-context.xml file

From Dev

Adding SVN to Spring Tool Suite, Subclipse extension not available

From Dev

Adding custom jar (with dependencies) dependency into pom.xml

From Dev

Is dependency-reduced-pom.xml automatically used instead of pom.xml?

From Dev

Spring tool suite IDE

From Dev

Where is the settings.xml used by maven in the Spring Tool Suite?

From Dev

Spring Tool Suite marks occurrences only after ten second delay

From Dev

Eclipse doesn't open after installing Spring Tool Suite

From Dev

maven- not downloading new added dependency in pom.xml file

From Dev

Error in pom.xml after adding the required jars

From Dev

How do I get my Eclipse-Maven project to automatically update its classpath when I change a dependency in my pom.xml file?

From Dev

STS(Spring Tool Suite) and Eclipse

From Java

Lombok with Spring Tool Suite 4

From Dev

Spring Tool Suite proxy authentication

From Dev

Error in pom file after adding external jar to project

From Dev

Springsource tool suite does not refresh saved local file after compare with external tool

From Dev

Dependency type in pom.xml

From Dev

Spring boot application fails to start after editing pom.xml

From Dev

Spring Integration graph of Spring Tool Suite not showing "int-file:tail-inbound-channel-adapter" graphic

From Dev

Spring dependencies not resolved in Spring Tool Suite

From Dev

R (resource) file red after adding in google maps dependency

From Dev

Spring Tool Suite application context xml errors even though all beans seem to work as they should

From Dev

Spring Tool Suite application context xml errors even though all beans seem to work as they should

From Dev

Unable to find Hibernate Tools in Spring Tool Suite 3.6.1 after installation of plugin

From Dev

Eclipse Spring Tool Suite add dependencies using GUI after project creation

Related Related

  1. 1

    STS(Spring Tool SUite) Output console view disappears/closes automatically

  2. 2

    Error configuring Spring Tool Suite Dependency

  3. 3

    Manually adding aar with dependency pom/iml file

  4. 4

    Adding a <dependency> to my Atlassian plugin's pom.xml causes a Spring BundleException with a Constraint violation

  5. 5

    Spring Tool Suite doesn't show integration-graph for a spring-integration-context.xml file

  6. 6

    Adding SVN to Spring Tool Suite, Subclipse extension not available

  7. 7

    Adding custom jar (with dependencies) dependency into pom.xml

  8. 8

    Is dependency-reduced-pom.xml automatically used instead of pom.xml?

  9. 9

    Spring tool suite IDE

  10. 10

    Where is the settings.xml used by maven in the Spring Tool Suite?

  11. 11

    Spring Tool Suite marks occurrences only after ten second delay

  12. 12

    Eclipse doesn't open after installing Spring Tool Suite

  13. 13

    maven- not downloading new added dependency in pom.xml file

  14. 14

    Error in pom.xml after adding the required jars

  15. 15

    How do I get my Eclipse-Maven project to automatically update its classpath when I change a dependency in my pom.xml file?

  16. 16

    STS(Spring Tool Suite) and Eclipse

  17. 17

    Lombok with Spring Tool Suite 4

  18. 18

    Spring Tool Suite proxy authentication

  19. 19

    Error in pom file after adding external jar to project

  20. 20

    Springsource tool suite does not refresh saved local file after compare with external tool

  21. 21

    Dependency type in pom.xml

  22. 22

    Spring boot application fails to start after editing pom.xml

  23. 23

    Spring Integration graph of Spring Tool Suite not showing "int-file:tail-inbound-channel-adapter" graphic

  24. 24

    Spring dependencies not resolved in Spring Tool Suite

  25. 25

    R (resource) file red after adding in google maps dependency

  26. 26

    Spring Tool Suite application context xml errors even though all beans seem to work as they should

  27. 27

    Spring Tool Suite application context xml errors even though all beans seem to work as they should

  28. 28

    Unable to find Hibernate Tools in Spring Tool Suite 3.6.1 after installation of plugin

  29. 29

    Eclipse Spring Tool Suite add dependencies using GUI after project creation

HotTag

Archive