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!

Class not found while using rmic.exe

843793Nov 3 2002 — edited Nov 3 2002
This is my first RMI program, so bear with me.

After compiling both my object interface class file and my object implementation file (both with no errors), i move on to create the stubs/skeletons (or whatever they are called). After executing rmic MyObjImplementation, i get an error saying the following - "error: Class InputDeviceImpl.class not found."

I dont understand this, the .class file is indeed in the directory, and i know the rmic.exe sees it because i have tried to type "rmic *.class" and it gives the same error for every .class file in the directory.

whats going on?

-joey
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 1 2002
Added on Nov 3 2002
1 comment
327 views