getting PortableRemoteObject exception

Hi

I'm using J2EE1.2.1 deploytool application to deploy a very simple container managed EJB. I have a very simple client that locates the home object and does one create method. I used to be able to locate the home object with the same code

getting the context, context.lookup and then using the PortableRemoteObject.narrow to get the Home object. It used to work before, but now I'm getting the PortableRemoteObject error all the time. I've changed the EJB code here and there and redeployed it several times. I even deleted the APP and then redeployed several times, but it's not working. Is there a trick I have to use, do I need to delete some files on my folder, maybe it's seeing some other past-life ejb configurations that's making it not work?

Thanks

[797 byte] By [jtmolecule] at [2007-9-26 2:55:58]
# 1
i found the answer to this problem from the other people's questions. it's a classpath problem. just put the Client.jar in the classpath before you compile your client and run your client.jt
jtmolecule at 2007-6-29 10:46:36 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...