Hi ,
I am trying to compile the Client Application and am getting the following error. The classpath has been set to JNDI.jar and ejb.jar.
i tried finding the PortableRemoteObject in the
java and Javax package but did not find it. where is this class located.
C:\weblogic\examples\ejb\basic\statefulSession>javac *.java
Client.java:11: Class javax.rmi.PortableRemoteObject not found in import.
import javax.rmi.PortableRemoteObject;
^
1 error
Regds.
Rahul.