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]

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


Bryce McKinlay writes:
 > Andreas Grunewald wrote:
 > 
 > 
 > 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?

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]