Search code examples
javarmistub

RMI: Are there still _stub files generated?


I know skeletons are outdated and not used any more. Stubs are still used though, but are there still _stub classes generated? If yes where can I see these classes (Iam working with Eclipse)?


Solution

  • They're generated if you generate them with the rmic tool. No magic. The stub is generated in the same package as the remote object it is a stub for.