JDK-6574602 : provide a way to run RMI tools via javax.tools.Tool common interface
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.rmi
  • Affected Version: 6
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2007-06-27
  • Updated: 2015-09-29
Related Reports
Relates :  
Description
Java SE 6 introduced Java Compiler API (javax.tools) which provides a common interface (javax.tools.Tool) for tools that can be invoked from a program. It would be good to add remote method invocation tools (rmic, rmiregistry, rmid, serialver) to the set of tools available with JDK (http://java.sun.com/javase/6/docs/technotes/tools/index.html#rmi).