Eclipse 无法打开

Eclipse 无法打开

我已经通过 Ubuntu 软件中心安装了 Eclipse 3.8,当我打开它时,加载窗口弹出并冻结。Eclipse 从未打开过...当我尝试从终端启动 eclipse 时,它​​没有显示任何内容,没有错误,什么都没有,它只是冻结了...虽然我的主文件夹中有一个日志文件:

http://paste.ubuntu.com/8435565/

以下是有关我的系统的一些信息:

Ubuntu 14.04

java version "1.7.0_65"
OpenJDK Runtime Environment (IcedTea 2.5.2) (7u65-2.5.2-3~14.04)
OpenJDK Server VM (build 24.65-b04, mixed mode)

eclipse.ini 文件的内容:

-startup

plugins/org.eclipse.equinox.launcher_1.3.0.dist.jar

--launcher.library

plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.dist

-showsplash

org.eclipse.platform

--launcher.XXMaxPermSize

256m

--launcher.defaultAction

openFile

-vmargs

-Xms40m

-Xmx384m

-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins

答案1

Launchpad Archives 中的版本总是过时且经常出现问题。转到Eclipse 的网站并下载最新版本(目前为4.4 Luna)。

相关内容