Complilation Problem
hello!!
can anyone help me.
I am a studying from a Book "Beginning JSP WEB Development.
I am in Chapter 7 where i have created a class Book. Efter that i have created a class ChildrenBook and TechnicalBook which are inheritance of the class Book.
I have saved all my file in &CATALINA_HOMe%\webapps\begjsp-ch07\WEB-INF\classes\com\wrox\library.
I can compile class Book, but I cannot compile Class ChildrenBook and TechnicalBook.
I get a following message when I do so
cannot find symbol class Book
public class ChildrenBook extends Book
1 error
|