> Ok, this has been haunting me for a while now :
> 
> For some reason the keyboard focus gets screwed up after two selections of
> a choice box in my java apps... I've found very little reference to this
> bug anywhere.  I was told however that this is a problem with Motif, not
> specificly the JVM (which would make sense, since IBM's JVM has the same
> problem, but Netscape doesn't???).  So I was supposed to get the latest
> copy of Lesstif. I've done that, installed like the directions said,
> ldconfig...
> 
> So my question is : What the heck am I doing?

make sure that lesstif is getting loaded, and not your motif libs.  you
could use strace to find this out.  i had to remove libXm from my
X11R6/lib directory, replacing it with a link over to lesstif's libXm. 
then things were happy.

also be sure to set the DYN_JAVA environment variable.

hope this helps

nathan ehresman


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to