Não consigo abrir o eclipse

0

Não consigo abrir meu Eclipse. Quando eu estou abrindo do terminal, ele me mostra o seguinte erro:

(java:3312): GLib-GObject-WARNING **: cannot register existing type 'GdkDisplayManager'

(java:3312): GLib-CRITICAL **: g_once_init_leave: assertion 'initialization_value != 0' failed

(java:3312): GLib-GObject-CRITICAL **: g_object_new: assertion 'G_TYPE_IS_OBJECT (object_type)' failed

(java:3312): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(java:3312): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(java:3312): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(java:3312): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(java:3312): GLib-GObject-WARNING **: cannot register existing type 'GdkDisplay'

(java:3312): GLib-CRITICAL **: g_once_init_leave: assertion 'initialization_value != 0' failed

(java:3312): GLib-GObject-CRITICAL **: g_type_register_static: assertion 'parent_type > 0' failed

(java:3312): GLib-CRITICAL **: g_once_init_leave: assertion 'initialization_value != 0' failed

(java:3312): GLib-GObject-CRITICAL **: g_object_new: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f10648bfd41, pid=3312, tid=139708783437568
#
# JRE version: 7.0_21-b02
# Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libgdk-x11-2.0.so.0+0x4fd41]  gdk_display_open+0x41
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/jay/hs_err_pid3312.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

Qual é a solução?

    
por Jay Dabhi 13.08.2014 / 14:47

1 resposta

0

Aqui está um Relatório de Bug que pode estar relacionado ao seu problema: link . Você deve tentar o parâmetro de linha de comando -noSplash .

Outra possibilidade é que você precisa definir a versão do GTK + para 2 em eclipse.ini . Você precisa adicionar esta linha ao arquivo de configuração:

% bl0ck_qu0te%     
por meskobalazs 13.08.2014 / 14:52