Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

creating stubs and skeletons

843793Mar 24 2008 — edited Mar 25 2008
Hi,
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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 22 2008
Added on Mar 24 2008
3 comments
258 views