nCompile All
Source Files and Generate Stubs
n javac *.java; rmic MessageQueueImpl
nStart the
Registry Service
n rmiregistry
nCreate the
Remote Object
n java –Djava.security.policy=java.policy MessageQueueImpl
nStart the
Client
n java –Djava.security.policy=java.policy Factory