我正在尝试安装GemFire,但我遇到了一个java错误,我认为是因为我安装了多个版本的java。我开始只使用JRE 6,但后来我安装了JDK 8,最后安装了JRE 8. GemFire需要运行JDK 8和JRE 8,但我不确定如何指定它。当我尝试现在运行GemFire时,我收到以下错误:
Java退出代码13
答案 0 :(得分: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.