Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java and JDK > JSP Basics
|
JSP Basics Beginning-level questions on JSP. More advanced coders should post to Pro JSP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the JSP Basics 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
 
Old December 4th, 2003, 10:02 AM
Registered User
 
Join Date: Dec 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default ClassNotFoundException - CLASSPATH problem?

I'm just getting started with JSP and I'm having a problem with the CarBean exercise in Chapter 3.

I'm running Tomcat 4.1 (couldn't get 5.x to behave on my machine) on Windows 2000.

The error I keep getting is:
java.lang.ClassNotFoundException: com.wrox.cars.CarBean

I have created CarBean.java and carPage.jsp exactly as in the book so I'm guessing it's a CLASSPATH problem.

My CLASSPATH is set to:
C:\Program Files\Apache Group\Tomcat 4.1\common\lib\servlet.jar;.

If this is relevant my File Structure is like this:
C:\Program Files\Apache Group\Tomcat 4.1\webapps\ROOT\Reuse\WEB-INF\classes\com\wrox\cars

CarBean.java and CarBean.class are in the "cars" directory
carPage.jsp is in the Reuse directory

Any Ideas???






Similar Threads
Thread Thread Starter Forum Replies Last Post
exec:java classpath problem mslinn BOOK: Beginning Spring Framework 2 ISBN: 978-0-470-10161-2 2 December 1st, 2008 08:05 AM
ClassNotFoundException munnadee Apache Tomcat 1 July 13th, 2007 03:24 PM
problem in setting the classpath. Sibananda Tripathy J2EE 1 May 2nd, 2007 01:08 AM
ClassNotFoundException swaminathanb Java Databases 3 April 13th, 2005 11:08 PM
classpath problem amcp2002 JSP Basics 13 July 26th, 2003 12:50 AM





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