I get the error:
500 Internal Server Error
Error parsing
JSP page /go/summary.jsp
Syntax error in source
error: File ./Item.class does not contain type Item as expected, but type com.calculate.sum.Item. Please remove the file, or make sure it appears in the correct subdirectory of the class path.
/summary.jsp.java:747: Class Item not found. (JSP page line 329)
/summary.jsp.java:747: Class Item not found. (JSP page line 329)
At first I was using JDK 1.3 tried in OC4J.
Then i tried to use JDK 1.4 where i made a restart.
Version errors occured that force me to revert to JDK 1.3
And then this error occured.
My CLASSPATH is
$J2EE_HOME/applications/mixer/WEB-INF/classes:$J2EE_HOME/applications/mixer/WEB-INF/lib/servlet.jar
Thanks in advance,
joey