From: Carsten C. <sp...@te...> - 2006-09-25 23:15:33
hi,
can some explain to me, what exactly i have to do, to get split working.
Don't know exactly what i have to put into the jar to get it working.
thanx
Carsten
--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/
From: Marco T. <mt...@gm...> - 2006-09-26 07:31:47
Carsten Clementschitsch wrote:
> hi,
>
> can some explain to me, what exactly i have to do, to get split working.
> Don't know exactly what i have to put into the jar to get it working.
What is "split"?
Basic answer: put all things that you need at runtime into the final
executable...
Marco
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
Carsten Clementschitsch wrote:
> 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?
Add the attached jar...
I really have to upload it ;-)
Marco
From: Carsten C. <sp...@te...> - 2006-09-26 08:29:58
> Add the attached jar...
> I really have to upload it ;-)
Thank you very much, working :-)
Yeah, an upload to the website would be nice.
thanx
Carsten