https://bugzilla.novell.com/show_bug.cgi?id=463807 User mvyskocil@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=463807#c4 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High --- Comment #4 from Michal Vyskocil <mvyskocil@novell.com> 2009-01-08 01:04:21 MST --- It is easy fix this crash. Just remove all quotes from last command in /usr/bin/eclipse, because it causes in a wrong argument passing (concatenate of several arguments to one). With launch command /usr/share/eclipse/eclipse $ECLIPSE_OPTS $@ $VM_OPTS works perfectly. The arguments are read from /etc/eclipse.conf and ~/.eclipserc or can be overriden via command line. For example: $ cat /etc/eclipse.conf # The directory where to find the workspace by default. USER_DIR="$HOME/.eclipse" # The JVM to use. If you have jpackage-utils installed, you shouldn't set this. #JAVACMD="" # Arguments to pass to the JVM. VM_ARGS="-XX:MaxPermSize=512M -Xms512m -Xmx1024m" $ eclipse -vm /usr/lib64/jvm/java-1.6.0-sun-1.6.0.u11/jre/bin/java -vmargs -XX:MaxPermSize=256M -Xms256m -Xmx2048m will causes in eclipse.vm=/usr/lib64/jvm/java-1.6.0-sun-1.6.0.u11/jre/bin/java eclipse.vmargs=-XX:MaxPermSize=256M -Xms256m -Xmx2048m -jar and a run without arguments use the values from eclipse.conf $ eclipse eclipse.vm=/usr/lib64/jvm/java/bin/java eclipse.vmargs=-XX:MaxPermSize=512M -Xms512m -Xmx1024m I'll try to release a fix for this bug together with a serious problem with Updates (bnc#436894), which wasn't fixed in 11.1 ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.