Originally posted by Diego Bowen:
java -Djava.rmi.server.codebase://localhost/~DBowen/myRMI
-Djava.security.policy=java.policy HelloImpl &
Originally posted by Radha MahaLakshmi:
Hi
/snip/
I am also working on rmi,started few days ago.
I dont understand why do we need to use dynamic class loading.
we need copy (made avilable through classpath in clients machine)the remote interface.So while giving the remote interface we can provide the stbu class also in the same jar to clients machine.right???
Can anyone help me???
Regards
Radha
- John M. Hollingsworth
Originally posted by Radha MahaLakshmi:
When i compile the HelloClient.java in client machine,if i dont have the remote class(Hello.class) in client machine its giving a compilation error.
So i had to have the Hello.class in client machine to succed in compilation.
Here i wanted to know is there any other way where with out having the remote class i can succed in compilation???
- John M. Hollingsworth
Yes, my master! Here is the tiny ad you asked for:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
|