Errors is JSP

hi..i am gettin error like class not found...on the line jspcr.forward.*;also it says package doesnt exist...can u explain the reason and the remedies...?
[196 byte] By [@titudea] at [2007-11-26 16:09:22]
# 1

Without seeing any code or context, we can only guess.

Is the code in a servlet? In a JSP? Can you post a short code example?

The reason: it cannot find the package jspcr.forward

Do you recognise that package?

Is it in your code somewhere?

Presumably it needs to be added to your webapps classpath.

That means the it should be in WEB-INF/classes/ directory (eg WEB-INF/classes/jspcr/forward/MyClass.class)

Or the package should be included in a jar file in WEB-INF/lib directory.

evnafetsa at 2007-7-8 22:31:40 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...