I have tried installing and uninstalling everything i had about java, different JRE's and JDK's.
These are my current settings :
alexandru@alex-desktop:~/Programs/eclipse_Java$ java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)
alexandru@alex-desktop:~/Programs/eclipse_Java$ echo $JAVA_HOME
/usr/lib/jvm/java-6-sun-1.6.0.20
alexandru@alex-desktop:~/Programs/eclipse_Java$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lib/jvm/java-6-sun-1.6.0.20/bin
This is the full error message when launching eclipse:
$ ./eclipse
** (Eclipse:11338): CRITICAL **: menu_proxy_module_load: assertion `dbusproxy != NULL' failed
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00ee4a8e, pid=11338, tid=3077797568
#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
# Problematic frame:
# C [libglib-2.0.so.0+0x3ea8e] g_main_context_prepare+0x16e
#
# An error report file with more information is saved as:
# /home/alexandru/Programs/eclipse_Java/hs_err_pid11338.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
I'm using Sun's java packages.
Please help! NetBeans seems to work fine but i know it has a different JDK folder. Not the system one.But it's the same version, from Sun.
Btw, NetBeans gives the same error message upon running a project, but doesn't fail
** (<unknown>:11708): CRITICAL **: menu_proxy_module_load: assertion `dbusproxy != NULL' failed