Compile An IDL file
To use idltojava to compile the “hello” example IDL code as
idltojava -fclient -fserver hello.idl
Two sets of Java codes will be generated:
- Client Java codes:
- _helloStub.java
- hello.java
- hellohelper.java
- helloHolder.java
- Server Java code - _helloImplBase.java
- and (optional) helloservantBase.java