Wrox Programmer Forums
|
All Other Wrox Books Do you have a question about a Wrox book that isn't listed anywhere on p2p.wrox.com or where the forum is locked? Here's a forum to post questions about any other Wrox book so that other readers or one of the authors can help you with your questions. IF YOU ARE LOOKING FOR CODE DO NOT ASK "Where can I find the code for this book?" That question is answered here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the All Other Wrox Books section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old March 10th, 2005, 06:37 PM
Registered User
 
Join Date: Mar 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Errors in chat application

I have the "Java Server Programming J2EE Edition" book
(ISBN: 1-861004-65-6).
I downloaded the program from here and I'm trying to run the chat application in chapter 9 but for some reasons it shows me errors like:

C:\ProJavaServer\Chapter09\chat\src>javac ListRoomsServlet.java
ListRoomsServlet.java:5: package javax.servlet does not exist
import javax.servlet.ServletException;
                     ...
or
C:\ProJavaServer\Chapter09\chat\src>javac ChatRoomServlet.java
ChatRoomServlet.java:6: package javax.servlet does not exist
import javax.servlet.ServletException;
                     ...
and other more...

Please help me with this problem.
Thank you.
  #2 (permalink)  
Old March 11th, 2005, 11:18 PM
Registered User
 
Join Date: Mar 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Did you install the Tomcat, or some other equivalent jsp container, and set the required environment variables?





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chat Application... dilipv General .NET 6 February 28th, 2008 04:53 AM
chat application krishna_krrish .NET Framework 1.x 0 August 14th, 2006 12:40 PM
want help(chat application) amitjava J2EE 3 September 27th, 2004 03:20 AM
Chat Application nnmmss Classic ASP Basics 0 May 1st, 2004 01:01 AM
Chat Application uxi ASP.NET 1.0 and 1.1 Professional 1 October 1st, 2003 08:39 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.