Bug 291121 - Java 1.6 is broken: java and java.bin are the same
Summary: Java 1.6 is broken: java and java.bin are the same
Status: RESOLVED DUPLICATE of bug 290866
Alias: None
Product: openSUSE 10.3
Classification: openSUSE
Component: Java (show other bugs)
Version: Alpha 5plus
Hardware: Other Other
: P5 - None : Blocker (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-11 15:19 UTC by Felix Möller
Modified: 2007-07-12 14:42 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***