Re: MalformedPatternException Issue

"Daniel F. Savarese" <[email protected]> Mon, 30 Jun 2003 12:33:21 -0400
Newsgroups gmane.comp.jakarta.oro.user
Message-ID <[email protected]>
In message <[email protected]>, "Hainer
, Neil" writes:
>This is my first attempt at using this package.  I am getting the
>following run time error:
>
>Exception in thread "main" java.lang.NoClassDefFoundError: = 
>
>org/apache/oro/text/regex/MalformedPatternException
>
>It compiles without error.  Can anyone tell me what's wrong?

You must not have the jakarta-oro jar file in your classpath when running.

daniel