On 10/10/07, <b class="gmail_sendername">Neal Becker</b> <<a href="mailto:ndbecker2@gmail.com">ndbecker2@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Thanks for the hint.  I found this error, mean anything to anyone?  Should I report this as a<br>icedtea bug?<br><br>An error occurred at line: 1 in the jsp file: /WEB-INF/jsp/login.jsp<br>The type java.io.Writer cannot be resolved. It is indirectly referenced from required .class files
</blockquote><div><br>The JSP parser works by converting jsp files to java classes and compiling them to bytecode so they can run on the JVM. Your error seems to indicate the Java compiler (as invoked by Tomcat; I believe it uses the ecj compiler) cannot find the 
java.io.Writer class which should be part of any java runtime.<br><br>If your problem does only affect Icedtea by all means file a bug against it. If it's broken on any JVM, file a bug against the tomcat package ;)<br>
<br></div></div>