How can I run java GUI programming

Dear all,

I have problem with my java GUI program that I develop. I have installed jdk-6-linux-i586.bin in my computer with openSUSE 10.3. When I run my java GUI program in konsole terminal (examp: # java myprog) then there is result message like this, java: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock’ failed.
Aborted

Can any one help me to solve this problem ?.

Thanks alot,

herbdg

Known java bug. Details are available at this link.

Bug ID: 6532373 xcb_xlib.c:50: xcb_xlib_unlock: Assertion ‘c->xlib.lock’ failed.

Hope this helps you.

Dennis

I had a similar problem and I setted the following env. variable like this:

export LIBXCB_ALLOW_SLOPPY_LOCK=1

I don’t know if it will work for you but you can try.

Thanks for your help, I have tried env variable like Castord wrote and my program is running well.

Thanks alot,

herubdg