Re: SimpleDateFormat
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
- - wrote: >> AFAIK it only happens if you link statically with libgcj. > > But also with gcj version 3.4.5 is statically linked. Why with that compiler > release the problem didn't happens. It's a much older version of the library, which probably wasn't properly resourceified. In other words, the bug with resources was there, but the library didn't use those resources anyway. Andrew.