rmic provides an option "-show" that brings up a GUI interface to its
functionality. The primary purpose of this GUI was to facilitate running
rmic on platforms with no notion of a command shell, like the Macintosh.
The bug is that when using this GUI interface, there is no way to take
advantage of the rmic features provided by its command line options, like
"-keepgenerated" or "-v1.1". If there options are provided as arguments
to sun.rmi.rmic.Main, they are ignored, and they are not supported in the
class name field of the GUI either.
functionality. The primary purpose of this GUI was to facilitate running
rmic on platforms with no notion of a command shell, like the Macintosh.
The bug is that when using this GUI interface, there is no way to take
advantage of the rmic features provided by its command line options, like
"-keepgenerated" or "-v1.1". If there options are provided as arguments
to sun.rmi.rmic.Main, they are ignored, and they are not supported in the
class name field of the GUI either.
- relates to
-
JDK-4258634 removed "-show" option erroneously re-introduced into rmic's usage message
-
- Resolved
-
-
JDK-4142903 rmic & serialver command with -show option is not supported in ja locale
-
- Closed
-