View Single Post
  #2 (permalink)  
Old July 22nd, 2003, 10:34 AM
amcp2002 amcp2002 is offline
Authorized User
 
Join Date: Jul 2003
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

By the way, I have posted the same problem on the Beginning JSP forum but nobody was still able to help. Here's how I'm doing it and the error code I'm getting:

C:\jakarta-tomcat-4.0\webapps\begjsp-ch07\WEB-INF\classes\com\wrox\library>javac TechnicalBook.java
TechnicalBook.java:3: cannot resolve symbol
symbol : class Book
location: class com.wrox.library.TechnicalBook
public class TechnicalBook extends Book {
                                   ^
1 error

Reply With Quote