2014-07-02 85 views
0

我運行: 的Eclipse 3.7.2(BIRT使用Java 1.5) JDK 1.5.22(我只在Java 1.5中運行的應用程序) Linux Mint的17 當我運行Eclipse ,它突然停止。 這裏是我的eclipse.ini文件內容:Eclipse中突然停止

-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

您是否嘗試將XXMaxPermSize參數增加到512m或更大? – ovunccetin

+2

'workspace/.metadata/.log'中的日誌文件可能會提供答案。 – sina72

+1

注意:用於執行Eclipse的運行時不必是相同的運行時才能運行正在開發的應用程序。您可以爲工作區配置不同的運行時。 – Gimby

回答

0

那麼我重新安裝了一切,並嘗試。得到了同樣的問題。 所以我已經切換到Linux Mint 13.現在一切正常。 謝謝大家的幫助。

0

在較新的Linux發行版我有問題,與舊版本的Eclipse。我認爲Eclipse 3.7最初是在2011年左右發佈的。 Eclipse在後面使用了很多C/C++。

嘗試在較老的Mint/Ubuntu上運行示例Eclipse。我打賭這個問題將會消失。 也許在一個VM中測試它從http://virtualboximages.com/ Ubuntu 12.04可能是你最好的選擇。

+0

是的,在過去的一年裏,我在Linux-Mint 13中運行了相同的設置,沒有出現任何問題。 – MChiru

+0

我猜你更新了你的軟件包,或者在你的Mint上安裝了一個新軟件包,例如推入一個新的glibc。 我可能是錯的,但是您的症狀聽起來與我過去遇到的問題完全相同。 – rjdkolb

+0

是的。我不小心通過更新管理器更新了一些5級升級。 – MChiru