Re: [javaCompiler-users] Using Split in Version 0.8
Status: Beta
Brought to you by:
soapy
|
From: Carsten C. <sp...@te...> - 2006-09-26 08:06:09
|
Hi,
i refer to the known bug about regular expressions or the String.split
function.
"uses of regexp (e.g. String.split()) classes will fail with:
java.util.MissingResourceException: Bundle gnu/regexp/MessagesBundle not found
Check this site for a workaround: http://lists.debian.org/debian-gcc/2005/09/msg00141.html
(you might put the gnu/regexp/MessagesBundle into a jar and add it to the project.
this way, it will be builtin)."
My problem is, what exactly have i do to built this jar with the
MessagesBundle within?
> What is "split"?
> Basic answer: put all things that you need at runtime into the final
> executable...
thanx
Carsten
|