Search |
||
Patching Java to work on Ubuntu Hardy HeronPosted by driscoll on February 25, 2008 at 10:04 AM PST
Java's been broken on Hardy Heron for a while, but I just upgraded to Alpha 5 and found out for myself :-( The symptoms of the bug are a crash with an error message that contains: At Dave Shucks blog, I found a patch that works:
Where "/opt" is a directory where you keep your JDKs. The fix is widely available on the internet, but I thought it was worth restating here. »
Related Topics >>
Linux Comments
Comments are listed in date ascending order (oldest first)
Submitted by kellyc2702 on Thu, 2008-02-28 02:12.
This bug has been around for a while. They did something to patch it in gutsy, but regressed it in hardy. There's a simpler workaround in this bug report:
https://bugs.launchpad.net/ubuntu/+source/libxcb/+bug/87947
export LIBXCB_ALLOW_SLOPPY_LOCK=1
|
||
|
|