Bug 291121

Summary: Java 1.6 is broken: java and java.bin are the same
Product: [openSUSE] openSUSE 10.3 Reporter: Felix Möller <felix>
Component: JavaAssignee: E-mail List <bnc-team-java>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Blocker    
Priority: P5 - None CC: nderkach
Version: Alpha 5plus   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Felix Möller 2007-07-11 15:19:59 UTC
I just updated to current factory:

> cat /usr/lib/jvm/java-1.6.0.u1-sun-1.6.0.u1/jre/bin/java.bin
#!/bin/bash
# This wrapper script solves the problem that graphical java programs won't work with the newest X server
export LIBXCB_ALLOW_SLOPPY_LOCK=1
exec -a `readlink -f $0` `readlink -f $0`.bin ${1+"$@"}
> cat /usr/lib/jvm/java-1.6.0.u1-sun-1.6.0.u1/jre/bin/java
#!/bin/bash
# This wrapper script solves the problem that graphical java programs won't work with the newest X server
export LIBXCB_ALLOW_SLOPPY_LOCK=1
exec -a `readlink -f $0` `readlink -f $0`.bin ${1+"$@"}
Comment 1 Daniel Bornkessel 2007-07-12 14:42:49 UTC
Hi.
Thanks for the bug report ... this problem is already fixed -- the binary packages are just not mirrored out yet. I guess this is in progress at the moment.
Closing as 'duplicate' as this was already reported.
Best,
Daniel

*** This bug has been marked as a duplicate of bug 290866 ***