the rmic stub compiler should be merged with javac so that stubs and skeletons for remote objects are automatically generated when remote object implementations are compiled. This would eliminate the need to run rmic as an extra step which adds overhead to the development process. We could add command line switches for keeping the intermediate *.java (stub/skeleton) files around and for disabling stub/skeleton generation.
- duplicates
-
JDK-4083238 make javac automatically invoke rmic
- Closed