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.