0

I am trying to install GemFire but I am running into a java error which I assume is because I have multiple versions of java installed. I started with only JRE 6 but then I installed JDK 8 and finally JRE 8. GemFire needs to run with JDK 8 and JRE 8 but I am not exactly sure how to specify this. When I try to run GemFire now, I get the following error:

Java exit code 13

enter image description here

Am_I_Helpful
  • 17,636
  • 7
  • 44
  • 68

1 Answers1

1

The problem seems to be while starting the Spring Tool Suite (STS) and not GemFire. STS is built on top of eclipse so maybe this thread Cannot run Eclipse; JVM terminated. Exit code=13 can help you.

Community
  • 1
  • 1
Swapnil
  • 1,181
  • 7
  • 8