Netbeans RMI
843793Jun 19 2007 — edited Jun 20 2007Hi
It may be very stupid question, but i am not able to run my RMI applicayion on netbeans
I have implemented all the things -
defined the remote interface- my class is Hello.java
implemented the interface - impHello.java
created the server class- Helloserver.java
created the client class- Helloclient.java
What should be the next step???/ Please tell me.
thanks
Shweta