This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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
Attachment:
signature.asc
Description: This is a digitally signed message part
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |