|
NoInitialContextException
I'm currently learning EJB using J2EE 1.4.
I had made a small application, to calculate money conversion.
I already deploy all the home interface, remote interface, the EJB class and I also returning the client jar upon deployment.
But when I try to access the EJB through a client's application, I'm always getting the NoInitialContextException, need to specify class name.....
Is there anyone know how to make this working??
Thanks
|