Hi,
I am running the very first Project in HFEJB. The Bean class and the component Interface compile successfully. The AdviceHome.java file
however is giving a compiler error. Below is the error Im receiving. Please Help!!
D:\projects\advice\src\headfirst>javac AdviceHome.java
AdviceHome.java:8: cannot resolve symbol
symbol : class Advice
location: interface headfirst.AdviceHome
public Advice create() throws CreateException,RemoteException;
^
1 error