Suggestion: Use an external regexp librairy like http://jakarta.apache.org/regexp/index.html
Yvan
-----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