Hi,
thanks for the response.
I got
it myself. :-(
However, since it was not a major task that I wanted to
solve with regex, I simply figured out a different solution for my particular
proplem.
thanks
anyway,
alex
-----Original Message-----
From: Girard, Yvan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 22, 2002 5:17 PM
To: 'Alexander Busch'; [EMAIL PROTECTED]
Subject: RE: java.util.regex supportSuggestion: Use an external regexp librairy like http://jakarta.apache.org/regexp/index.htmlYvan-----Original Message-----
From: Alexander Busch [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 22, 2002 9:56 AM
To: [EMAIL PROTECTED]
Subject: java.util.regex supportHi,I am trying to work with a pattern and matcher code. My app works fine on my desktop, but blackdown's j2re1.3.1 throws the following error message:< Exception in thread "main" java.lang.NoClassDefFoundError: java/lang/CharSequence>Am I correct, j2re does not support java.util.regex???Any suggestions are highly welcomed.Thanks,.alex