Regex's

George Palmer george.palmer@gmail.com
Sat Oct 30 13:00:00 GMT 2004


Hi guys,

I've compiled some software using gcj version 4 in windows and it all
runs perfectly apart from a part of code using regex's.  In fact the
only line I use is
String [] split = timeText.getText().split(":");

However, I get the error message java.util.MissingResourceException:
Bundle gnu/regexp/MessagesBundle not found  I have read something
about a MessagesBundle.properties file but I have no such file.  Will
this solve the problem and if so where can I get it?

Thanks in advance,

George



More information about the Java mailing list