problem from rmi
hello guys, actually i have a problem from RMI , if somebody may help.
u all must be knowing that, one has to make a stub file from the interface implemented, using rmic command(if done through command prompt).
ok , my question is how to do it , when my whole project is in netbeans, means how to create stub class when my project is running from netbeans.
actually when i obtain the stub file from command prompt (using rmic), and then copy it in classes directory of my project, it still gives exception that stub of interace not found. plz help guys
|