RE: java.util.regex support

2002-10-22 Thread Alexander Busch
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 22, 2002 5:17 PMTo: 'Alexander Busch'; [EMAIL PROTECTED]Subject: RE: java.util.regex support Suggestion: Use an external regexp librairy like http://jakarta.apache.org/regexp/index.html   Yvan -Original Messag

RE: java.util.regex support

2002-10-22 Thread Girard, Yvan
Title: Message 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 AMTo: [EMAIL PROTECTED]Subject: java.util.regex support

Re: java.util.regex support

2002-10-22 Thread Jesse Stockall
On Tue, 2002-10-22 at 09:56, Alexander Busch wrote: > Hi, > > 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/Char

java.util.regex support

2002-10-22 Thread Alexander Busch
Title: Message Hi,   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 suppo