Can't obtain the class files
I tried compile the ChildrenBook.java and did'n obtain its .class
The ChildrenBook is a sub class and Book is a super class
The following is the sentence:
C:\jakarta-tomcat-4.1.27\webapps\begjsp-ch07\WEB-INF\classes\javac -classpath com\wrox\Library\ChildrenBook.java
What is the problem ?
|