Another GCJ win32 bug "regex" (String.split()) not working

Mark Wielaard mark@klomp.org
Tue Apr 12 11:16:00 GMT 2005


On Tue, 2005-04-12 at 11:35 +0100, Andrew Haley wrote:
> Bryce McKinlay writes:
>  > Because the resource is not actually referenced in Java code. It is 
>  > loaded dynamically via a ResourceBundle.getBundle() call. The compiler 
>  > can only resolve "hard" linkage. Likewise, classes loaded dynamically 
>  > via Class.forName() and other dynamic mechanisms have the same problem.
> 
> Um, okay, but why isn't the resource found in libgcj.jar?

libgcj.jar is not a runtime component. It is only used (as a kind of
pre-compiled header) during compile time.

Cheers,

Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://gcc.gnu.org/pipermail/java/attachments/20050412/3064cea1/attachment.sig>


More information about the Java mailing list