2

我最近为 Linux 64 位下载了Eclipse IDE for Java EE DevelopersEclipse Neon 1.RC3 Package),因为我使用的是 Ubuntu 14.04LTS 64 位。每次我启动 Eclipse 时,它​​都会崩溃。eclipse下载后我下载的唯一插件是eclipse市场的ZK Studio。

Eclipse 错误日志:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f723c885868, pid=4242, tid=0x00007f723df7c700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_101-b13) (build 1.8.0_101-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.101-b13 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V  [libjvm.so+0x4f0868]  ConstantPool::klass_name_at(int)+0x28
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

完整错误日志的链接在这里

配置:

在此处输入图像描述

问题:

如何防止日食崩溃?

4

3 回答 3

3

尝试:

./eclipse -clean

如果这还不够,请尝试:

./eclipse -clean -clearPersistedState
于 2016-11-02T10:13:55.110 回答
1

首先,使用来自http://eclipse.org/downloads的 Neon 版本。然后,如果它仍然失败,可能是因为 Ubuntu 在 14.04 上使用了 GTK3 的修改版本,该版本与 Eclipse IDE 存在问题。如果 Neon 版本仍然存在问题,请尝试SWT_GTK3=0 ./eclipse

于 2016-09-21T09:41:52.540 回答
0

我卸载了 JDK 并从系统中重新安装了 JDK。然后 Eclipse 又开始正常工作了。

于 2017-11-30T06:13:18.913 回答