Re: It keeps giving me a NotBoundException despite me trying to bind it.
Posted By:
ryan_wexler
Posted On:
Tuesday, January 29, 2002 03:51 PM
it might have something to do with your naming, on the server side try doing this:
Naming.rebind("CalculatorService", c);
on the client side do this:
Calculator c = (Calculator)Naming.lookup("//localhost/CalculatorService");