Hi,
I am doing statefull sessionbean program.i have deployed the bean on server,by testing it i'm getting msg that the EJB Count has been tested successfully with a JNDI name of CountHome.
But i'm trying to compile the client.......i'm getting following error.
C:\sessionbean>C:\bea\jdk142_11\bin\javac -d ..\test CountClient.java
CountClient.java:44: cannot resolve symbol
symbol : variable home
location: class sessionbean.CountClient
count = home.create(countVal);
somebody help me to get out of this problem.
thanks,
nkmb.
^
I am doing statefull sessionbean program.i have deployed the bean on server,by testing it i'm getting msg that the EJB Count has been tested successfully with a JNDI name of CountHome.
But i'm trying to compile the client.......i'm getting following error.
C:\sessionbean>C:\bea\jdk142_11\bin\javac -d ..\test CountClient.java
CountClient.java:44: cannot resolve symbol
symbol : variable home
location: class sessionbean.CountClient
count = home.create(countVal);
somebody help me to get out of this problem.
thanks,
nkmb.
^