Error in spring tool suite (STS) startup: Java was started but returned exit code = 13 problem solved

The Spring Tool Suite (STS) is a suite for developing Spring, which is an Eclipse, which adds support for the Spring framework to enable rapid development of Spring.

The error is as follows:

Solution:

If the JDK version installed on the system is 32-bit, then the STS must also be 32-bit, and vice versa, the same is true for 64-bit. Therefore, the downloaded STS must also be consistent.

Similarly, this problem is solved in the same way under Linux, pay attention to the version of OpenJDK.

Download steps:

 

Similar Posts: