hi , i have started with "beginning JSP web development" and got stuck
on extending classes. I'm getting the following error message:
TechnicalBook.j ava:3: cannot resolve symbol
symbol : class Book
location: class com.wrox.librar y.TechnicalBook
public class TechnicalBook extends Book {
^
1 error
i followed the instruction on the book on how to install java &
tomcat.
I also followed the instruction on how to set the environmental
variable
including the CLASSPATH. I'm using windows 2000 NT. I currently have
the
classpath set as (under system variable):
CLASSPATH c:\jakarta-tomcat-4.0\common\lib\ servlet.jar;.
I have the files: Book.java, Book.class, TechnicalBook.j ava &
ChildrenBook.ja va
under the following directory:
c:\jakarta-tomcat-4.0\webapps\beg jsp-ch07\WEB-INF\classes\com \wrox\library
I'm trying to compile TechicalBook and ChildrenBook and in the code it
extends Book. I was able to compile Book.java successfully. Any help
will be appreciated. Thanks.
Paul
amcp2002@yahoo. com
on extending classes. I'm getting the following error message:
TechnicalBook.j ava:3: cannot resolve symbol
symbol : class Book
location: class com.wrox.librar y.TechnicalBook
public class TechnicalBook extends Book {
^
1 error
i followed the instruction on the book on how to install java &
tomcat.
I also followed the instruction on how to set the environmental
variable
including the CLASSPATH. I'm using windows 2000 NT. I currently have
the
classpath set as (under system variable):
CLASSPATH c:\jakarta-tomcat-4.0\common\lib\ servlet.jar;.
I have the files: Book.java, Book.class, TechnicalBook.j ava &
ChildrenBook.ja va
under the following directory:
c:\jakarta-tomcat-4.0\webapps\beg jsp-ch07\WEB-INF\classes\com \wrox\library
I'm trying to compile TechicalBook and ChildrenBook and in the code it
extends Book. I was able to compile Book.java successfully. Any help
will be appreciated. Thanks.
Paul
amcp2002@yahoo. com
Comment