https://bugzilla.novell.com/show_bug.cgi?id=307488 Summary: eclipse does not pass parameters to eclipse.bin Product: openSUSE 10.3 Version: Beta 2 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Java AssignedTo: bnc-team-java@forge.provo.novell.com ReportedBy: felix@derklecks.de QAContact: qa@suse.de CC: dbornkessel@novell.com Found By: --- Eclipse does not work at the moment but trying to debug this a little I found a bug in the wrapper. When starting eclipse /usr/bin/eclipse get called which looks at the options and calls "/usr/share/eclipse/eclipse $ECLIPSE_OPTS $@ $VM_OPTS" so the user can pass his parameters. But "/usr/share/eclipse/eclipse just calls "/usr/share/eclipse/eclipse.bin -startup $STARTUP_JAR". That means all parameters are ignored. The last line of /usr/share/eclipse/eclipse should be: /usr/share/eclipse/eclipse.bin -startup $STARTUP_JAR $@ -- 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.