我正在跑步: Eclipse 3.7.2(BIRT with Java 1.5) JDK 1.5.22(我有一个只在Java 1.5上运行的应用程序) Linux Mint 17 当我运行Eclipse时,它会突然停止。 这是我的eclipse.ini文件内容:
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
/usr/programs/jdk1.5.0_22/bin/java
-vmargs
-Xms40m
-Xmx512m
我已尝试过本网站建议的许多内容。我也重新安装了Eclipse。仍然是同样的问题。请帮忙.... 这是.log文件:
!SESSION 2014-07-02 12:05:50.774 -----------------------------------------------
eclipse.buildId=M20120208-0800
java.version=1.5.0_22
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_IN
Command-line arguments: -os linux -ws gtk -arch x86
!ENTRY org.eclipse.jface 2 0 2014-07-02 12:05:59.863
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator
operation
!SUBENTRY 1 org.eclipse.jface 2 0 2014-07-02 12:05:59.863
!MESSAGE A conflict occurred for ALT+SHIFT+D R:
Binding(ALT+SHIFT+D R,
ParameterizedCommand(Command(org.eclipse.rap.ui.launch.RAPLaunchShortcut.debug,Debug RAP
Application,
Debug RAP Application,
Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
答案 0 :(得分:0)
在较新的Linux发行版上,我遇到了旧版Eclipse的问题。 Eclipse 3.7最初是在2011年左右发布的。 Eclipse在后面使用了大量的C / C ++。
尝试在更旧的Mint / Ubuntu上运行示例Eclipse。我打赌这个问题会消失。 也许在http://virtualboximages.com/的VM中测试它 Ubuntu 12.04可能是你最好的选择。
答案 1 :(得分:0)
好吧,我重新安装了所有东西并尝试过。得到了同样的问题。 所以我已经切换到Linux Mint 13.现在一切正常。 谢谢大家的帮助。