Hello
Just downloaded 0.8.0. Very excellent, and I'm looking
forward to using it. On installation I get the initial index
page from the server, but when I attempt to run the
examples, for example colrs.jsp, I get a "500 Internal
Server Error", with the following messages (similar errors
omitted for brevity):
Syntax error in source
__jspPage11.java:0: The method int getBufferSize() declared
in class com.evermind.server.http.EvermindJSPWriter cannot
override the method of the same signature declared in class
javax.servlet.jsp.JspWriter. Their throws clauses are
incompatible.
import javax.servlet.*;
^
...
__jspPage11.java:29: Method getAttribute(java.lang.String)
not found in interface javax.servlet.http.HttpSession.
cb =
(colors.ColorGameBean)session.getAttribute("cb");
^
....
5 errors
Does this signify something wrong with my configuration? I'm
using a JDK 1.2.2 which works fine in other respects.
Thanks in advance for any guidance you can offer.
Tom Miller
[EMAIL PROTECTED]