In Head First - Servlets & JSP (2nd Edition 2008) on page 85 "Compiling the servlet" - I am getting an error when compiling BeerSelect.java. The message says "package com.example.model" does not exist. It does exist and so does BeerExpert.java in that package. In BeerSelect.java, I have the following:
import com.example.model.BeerExpert; This is the line throwing the error.
I am running on Windows XP.
Help please?
Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.


-
EMPLOYEE
1Hi Mark,
The official support site for Head First Servlets and JSP is JavaRanch.com, which has forums for Servlets that are probably your best bet for troubleshooting any problems. I did a quick search on the forums, and it appears that a similar question has been asked and answered here:
http://saloon.javaranch.com/cgi-bin/u...
Hope this helps,
Sanders-
Mark July 22, 2008 17:24Thank you Sanders! That answers my question.EditDeleteRemove
-
-
-
-