RMI beginner question
843793Sep 17 2003 — edited Sep 18 2003I downloaded the source code for "RMI Client Callbacks" I can compile the files fine I just get the following error when I try to use "rmic":
error: Class RMIServer not found.
1 error
I type: "C:\...\rmi>rmic RMIServer" in the directory where my RMIServer.class is located.
I am not using any packages, should I? I just don't know where to go from here, thanks
silastad