Hi,
This sounds like the TextField bug problem in the Blackdown Jitterbug bug
database. This problem does not exist under the PowerPC
JDK (at least I haven't seen it yet).
Have your tried Juergen's trick of forcing the pre loading libBrokenLocale.so
in the invocation of java?
Also, have you po
Hi Eric,
Yes, all the linux jdks (sparc, x86, and ppc) redefine all of the malloc
related functions including free, malloc, realloc, calloc, etc. The really
are 2 reasons for doing this:
1. make sure free, malloc, realloc, calloc, etc are all green_thread safe
(i.e. we add locks around the sta
The problem that you have observed is a Swing 1.0.2 problem, A patch is
available if you want to create your own swing_fix.jar with 1.0.2
src.zip that comes with Swing 1.0.2 (that is what I did and it works).
Here is the patch info:
Back to General Info Bulletin Board