Hi, Java is case-sensitive. Have have to - either name your source-file "_Hello.java" AND your Class "_Hello" - or name your source-file "_hello.java" AND your Class "_hello" Greetings Peter -----Urspr�ngliche Nachricht----- Von: Tarun Dewan [mailto:[EMAIL PROTECTED]] Gesendet am: Dienstag, 6. Juni 2000 11:30 An: [EMAIL PROTECTED] Betreff: Urgent HELP!!! Hi, I'm using Java Web Server but when I try to execute my JSP following errors occured : D:\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_alps\_Hello.java:22: '}' expected. static char[][] _jspx_html_data = null; ^ D:\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_alps\_Hello.java:20: Public class pagecompile.jsp._alps._hello must be defined in a file called "_hello.java". public class _hello extends HttpJspBase { ^ Any ideas? Tarun Dewan Software Engineer Nucleus Software Exports Ltd. 33-35, Thyagraj Nagar Market, New Delhi - 110003. Tel.: 4627552 Ext. 342 E-Mail : [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> =========================================================================== 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 =========================================================================== 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
