View Single Post
  #1 (permalink)  
Old 06-28-2007, 03:33 PM
Peter Peter is offline
Senior Member
 
Join Date: Jun 2007
Posts: 119
Peter is on a distinguished road
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
Reply With Quote
Sponsored Links