Name: acR10002 Date: 04/18/2000
Both RMI spec and javadoc comments document rmic switches -v1.2 and -vcompat.
However, they say nothing about switch -v1.1. This causes a several
problems for rmic test development, if the usage of -v1.1 is prohibited.
Since compatible stubs automatically detect java version and decide what kind of
remote call transfer mechanism they should use, it's impossible to test the part of stub
code which uses -v1.1 transfer.
======================================================================