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]

Regex's


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


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