JVM将以退出代码14终止

JVM将以退出代码14终止

本文介绍了尝试启动Eclipse时,JVM将以退出代码14终止的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚连接到我从未工作的机器,并试图在那里运行Eclipse。不幸的是,我收到错误:

我想我的配置有问题,使用该机器的设置,但是退出代码= 14 不会给我很多信息。这意味着什么?我应该从哪里开始?



我故意省略我的配置详细信息,因为我正在寻找退出代码的一般说明,而不是我的配置的具体修复。可能与:Workbench应该在启动时检查JDK版本



您可能有一个不兼容(即太旧)的JVM:代码14在本评论中被引用为:



 请使用较新的虚拟机。 Eclipse需要至少1.3.1。 

它也可能与系统上安装的内容和Eclipse发布之后需要的不兼容有关:参见。


I've just connected to a machine I never worked on, and tried to run Eclipse there. Unfortunately, I got the error:

I guess there's either a problem with my configuration or with that machine's setup, but Exit code=14 does not give me a lot of information to go on. What does that mean? Where should I start?

I intentionally omitted my configuration details because I'm looking for a general explanation of that exit code, not a specific fix for my configuration.

解决方案

It could be related to bug 9027: Workbench should check JDK version on startup

You could have an incompatible (ie too old) JVM: the code 14 has been referenced in this comment as:

Please use a newer VM. Eclipse requires at least 1.3.1.

It can also be related with an incompatibility between what is installed on the system and what Eclipse needs when launching: see for instance this example.

这篇关于尝试启动Eclipse时,JVM将以退出代码14终止的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-27 06:29