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 June 22nd, 2004, 10:44 AM
Registered User
 
Join Date: Jun 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Chapter 4: Inserting packages

I have an error because I don't know how to get access to com.wrox.cars and the compiler gave me this following error below:
Can someone please help me with this error!!!

java.lang.NoClassDefFoundError: CarBean (wrong name: com/wrox/cars/CarBean)
 
Old June 22nd, 2004, 02:27 PM
Registered User
 
Join Date: Jun 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

try
c:\tomcat\webapps\ch4\web-inf\classes>javac com\wrox\cars\CarBean.java

 
Old June 22nd, 2004, 03:57 PM
Registered User
 
Join Date: May 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to MAK_NUST Send a message via Yahoo to MAK_NUST
Default

try to compile the whole package at one.


Mohammad Asif Khan
Niit Distributive Computing Research group
Nust Institute of Information Technology
Email: [email protected]





Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with packages bonnevillessei BOOK: Beginning Java 2 2 October 1st, 2009 07:50 AM
Chapter 4: Page 394 - Inserting ScriptManager VeganMan BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 2 April 17th, 2008 08:41 PM
Packages application in C# lam_lvl VS.NET 2002/2003 1 November 1st, 2003 11:25 PM
Packages Application in C# lam_lvl C# 0 October 26th, 2003 01:37 AM
Help on Packages granola911 JSP Basics 1 September 28th, 2003 11:28 PM





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