creating stubs and skeletons
843793Mar 24 2008 — edited Mar 25 2008Hi,
I wanted to use rmi and followed the steps on http://java.sun.com/j2se/1.4.2/docs/guide/rmi/getstart.doc.html#5180. I am stuck at where it creates stubs and skeletons. When try rmic exmpl.hello.HelloImpl I get error: Class exmpl.hello.HelloImpl not found. I tried rmic HelloImpl and got error: File .\HelloImpl.class does not contain type HelloImpl as expected, but type exmpl.hello.HelloImpl. Please remove the file, or make sure it appears in the correct subdirectory of the class path.
error: Class HelloImpl not found.
2 errors
Any help or suggestions please?