error while trying to generate stub file
问题 When i try to generate a stub file using : rmic RemoteMethodImpl I get the following error : error: File .\RemoteMethodImpl.class does not contain type RemoteMethodImpl as expected, but type InterfaceImplementation.RemoteMethodImpl. Please remove the file, or make sure it appears in the correct subdirectory of the class path. error: Class RemoteMethodImpl not found. 2 errors What error is this ? Why do i get this ? Upon the request of @ Shashank Kadne package InterfaceImplementation; import