hi,
i need to scan through a String and replace some parts of it with another text. I am using the new java.util.regex.* package.
I already wrote the programm as a normal application. Now I want to change it into a servlet. Everything is fine with Forte4Java. It compiles and I don´t get any error messages but when I try to invoke the servlet in the browser, I get this exception:
java.lang.NoClassDefFoundError: java/util/regex/Pattern
can anybody help?
thanks!
i need to scan through a String and replace some parts of it with another text. I am using the new java.util.regex.* package.
I already wrote the programm as a normal application. Now I want to change it into a servlet. Everything is fine with Forte4Java. It compiles and I don´t get any error messages but when I try to invoke the servlet in the browser, I get this exception:
java.lang.NoClassDefFoundError: java/util/regex/Pattern
can anybody help?
thanks!