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


Andrew Haley wrote:
> 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?

Because it's not in the CLASSPATH at runtime or not
present at all on the machine executing the static
executable?

Ranjit.

-- 
Ranjit Mathew      Email: rmathew AT gmail DOT com

Bangalore, INDIA.    Web: http://ranjitmathew.hostingzero.com/


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