EJB client compile error
I am preparing for SCBCD. I am in chapter-1 of HJ EJB. I have no problem when compiling the bean and interfaces. But I have problem when compiling client class. I followed the book but i got compilation error :
package headfirst does not exist
import headfirst.*;
package javax.ejb.* does not exist
import javax.ejb.*;
Classpaths are set correctly according to installation guidence.
Can anyone help me to figure out where am wrong. Thanks in advance.

