Welcome to Java IDL. Thank you for your interest in this product and for taking the time to download the software and documentation.
NOTE: The tool idltojava, included in this Beta1 release of the JDK, may be moved out of the JDK in Beta2 and be available as a separate download.
This README contains:
Limitations in this Release
The following are not supported in this release of Java IDL.
module M { interface I { }; }; module M { interface J : M::I { }; };
The following is a list of known bugs in this Java IDL release.