Bugzilla – Bug 291121
Java 1.6 is broken: java and java.bin are the same
Last modified: 2007-07-12 14:42:49 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+"$@"}
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 ***