This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I am pulling my hair out with this one. I thought I understood this, but I guess I don't. I have 2 classes, both in c:\java\buck\servlets\mortgage. I have the statement "package buck.servlets.mortgage " in both. I have ".", and the servlet jar on my classpath. When I go to compile them from c:\java, the first compiles fine, but the second, which extends the first, returns the following error: buck\servlets\mortgage\EnterMortgageHandler.java:6: cannot resolve symbol symbol : class EventHandlerBase location: class buck.servlets.mortgage.EnterMortgageHandler public class EnterMortgageHandler extends EventHandlerBase { Any ideas on what to try? I know this is simple, I am just wasting the whole day on it.