1) создаю удаленный интерфейс.
2) Создаю реализацию удаленного интерфейса
3)Генерируем "заглушки" и "скелеты" используя утилиту rmic
и тут ошибка ...
Warning: generation and use of skeletons and static stubs for JRMP
is deprecated. Skeletons are unnecessary, and static stubs have
been superseded by dynamically generated stubs. Users are
encouraged to migrate away from using rmic to generate skeletons and static
stubs. See the documentation for java.rmi.server.UnicastRemoteObject.
error: Class MyRemoteImpl not found.
1 error