Hi, I created an interface which extends java.rmi.Remote
Now when I try to create a stub I get an error saying mathCalc is an interface; stubs are needed only for remote object classes.
If I try to run the server, it asks for the stub files.
I tried google but no answer. Can someone please guide me in the right path. How can I create stubs and use them.
Thanks


