This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Need help in compiling java files within the same directory structure
Diana Joseph
Greenhorn
Joined: Jun 09, 2008
Posts: 2
posted
0
Hi,
I am practicing Head First Servlets and JSPs at the moment in progress to my scwcd certification. I am struck in compiling java file residing in the same directory structure.
I have a BeerExpert_model.class file in the directory com.example.beermodel and BeerSelect.class file in the directory com.example.beer. BeerSelect.class calls BeerExpert_model class. But the package, com.example.beermodel isn't being recognised while compiling BeerSelect.class.