首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在ubuntu上打开后eclipse崩溃

在ubuntu上打开后eclipse崩溃
EN

Stack Overflow用户
提问于 2011-07-06 20:28:09
回答 2查看 446关注 0票数 0
代码语言:javascript
复制
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xb5855ae7, pid=1431, tid=3028896624
#
# JRE version: 6.0_20-b20
# Java VM: OpenJDK Client VM (19.0-b09 mixed mode, sharing linux-x86 )
# Derivative: IcedTea6 1.9.2
# Distribution: Ubuntu 10.04.1 LTS, package 6b20-1.9.2-0ubuntu1~10.04.1
# Problematic frame:
# J  org.eclipse.equinox.internal.p2.metadata.VersionFormatParser$Qualifier.parse([Lorg/eclipse/equinox/internal/p2/metadata/VersionFormatParser$Fragment;ILjava/util/List;Ljava/lang/String;ILorg/eclipse/equinox/internal/p2/metadata/VersionFormat$TreeInfo;)Z
#
# An error report file with more information is saved as:
# /home/skowron-line/Pobrane/eclipse/hs_err_pid1431.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
#
Aborted

上面的屏幕显示错误后,我已经尝试午餐eclipse作为根,作为简单的用户,它工作得很好。在错误日志文件中有一些东西,但我不理解它们。

有没有人遇到过这样的问题?知道答案是什么

EN

回答 2

Stack Overflow用户

发布于 2011-07-06 20:35:04

这是一个JVM崩溃,可能是由某个与eclipse相关的类发起的。更新到最新和最好的Java,并验证它是否可重现。

票数 1
EN

Stack Overflow用户

发布于 2011-07-06 20:57:13

您已经安装了Sun/Oracle,但是看起来您仍然在运行OpenJDK。尝试调用java -version以确保,然后调用:

更新-java-替代方案

若要将Oracle的Java设置为默认值,请执行以下操作。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/6596352

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档