Dear Friends,
Please help me in getting out of the below error. I have made attachment of source file, kindly try to execute the program experience the error and guide me.
D:\Tomcat 6.0\webapps\Beer-v1\WEB-INF\classes\com\example\web>javac -classpath "
D:\Tomcat 6.0\lib\servlet-api.jar" BeerSelect1.java
BeerSelect1.java:3: package com.example.model does not exist
import com.example.model.*;
^
BeerSelect1.java:15: cannot find symbol
symbol : class BeerExpert
location: class com.example.web.BeerSelect1
BeerExpert be = new BeerExpert();
^
BeerSelect1.java:15: cannot find symbol
symbol : class BeerExpert
location: class com.example.web.BeerSelect1
BeerExpert be = new BeerExpert();
^
3 errors
thanks,
Fardeen