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/CharSequence> > > Am I correct, j2re does not support java.util.regex???
You are trying to use a 1.4 class (java.lang.CharSequence) with a 1.3 JRE. Have a look at the API docs for more info: http://java.sun.com/j2se/1.3/docs/api/ http://java.sun.com/j2se/1.4/docs/api/ Jesse -- Jesse Stockall [EMAIL PROTECTED] ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]