I wrote a ejb component and now i am writing a client which will use this
component.
My problem is
when i say:
 InitialContext ctx = new InitialContext();
 Object objref = ctx.lookup("sqrJNDI");
 homesqr = (sqrHome)PortableRemoteObject.narrow(objref,sqrHome.class);

compiler is saying that PortableRemoteObject not found,
i think it is part of javax.rmi package.i have jdk1.2.2 and j2sdkee1.2.1

Can anybody tell me that
from where can i get this package(name of JAR file)????
Or it is included with jdk1.3???

Regards,
Manish.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to