Hi, I am trying to run chp5 in the book "PROFESSIONAL JSP" , this chapter is
about JSP Sessions, and then I got this error :
500 Internal Server Error
Java Server Page Translation Error
Error during compilation :
D:\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_chp5\_checkLogin.java:20:
'}' expected.
static char[][] _jspx_html_data = null;
^
1 error
And when I went to check _checkLogin.java, this is what I found :
package pagecompile.jsp._chp5;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.io.PrintWriter;
import java.io.IOException;
import java.io.FileInputStream;
import java.io.ObjectInputStream;
import java.util.Vector;
import com.sun.server.http.pagecompile.jsp.runtime.*;
import java.beans.*;
import com.sun.server.http.pagecompile.jsp.JspException;
import com.wrox.projsp.ch05.*;
import java.util.*;
public class _checkLogin extends HttpJspBase {
static char[][] _jspx_html_data = null; <-- LINE 20
Could you please help.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets