Forums Register Login

problem persists

+Pie Number of slices to send: Send
i had posted my problem earlier
the answer that i got was


Also include F:\project\Beer-v1\classes to the classpath.

but still my servlet isn't compiling


-----------------------------------------------------------------
i have the book for SCWCD (head first servlets & jsp)

in chapter 3 of the book on pg-84,85
the servlet version 2 is given and i have compilation problems with it

i have done all the necessary things

the servlet version 1 is running fine

i have this directory in windows vista

F:\project\Beer-v1\src\com\example\model (have BeerExpert.java)
and
F:\project\Beer-v1\src\com\example\web (have BeerSelect.java)

as given in the book
my classpath is also set fine and all the programs are running fine(servlets and other java programs)

but compilation problem is there for BeerSelect.java

when i do


F:\project\Beer-v1\src\com\example\web>javac -cp "c:\Program files\Apache Software Foundation\Tomcat 6.0\lib\servlet-api.jar" BeerSelect.java

following thing is shown

BeerSelect.java:3: package com.example.model does not exist
import com.example.model.*;
^
BeerSelect.java:19: cannot find symbol
symbol : class BeerExpert
location: class com.example.BeerSelect
BeerExpert be = new BeerExpert();
^
BeerSelect.java:19: cannot find symbol
symbol : class BeerExpert
location: class com.example.BeerSelect
BeerExpert be = new BeerExpert();
^

3 errors
+Pie Number of slices to send: Send
Please continue the discussion in the original thread rather than opening a new one.
Won't you be my neighbor? - Fred Rogers. tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


Reply locked
This thread has been viewed 631 times.
Similar Threads
Head First Servlets and JSP (problem on pg-84,85)
Compiling servlet version two code in HFSJ
head first servlets & jsp(example on pg 84,85)
Head First Servlet : Beer Version 2 Problem
HF Servlet and Java - MVC tutorial
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 18, 2024 23:24:27.