Linux Commands Examples

A great documentation place for Linux commands

idlj

The IDL-to-Java Compiler idlj generates Java bindings from a given IDL file.

add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
idlj -fall fr/corba/idl/Room.idl
0
source
            
cd src
idlj -td Client/src -fall idl/chat.idl
cd Client
ant

known problems

o

No import generated for global identifiers. If you invoke on an unexported local impl, you do get an exception, but it seems to be due to a NullPointerException in the ServerDelegate DSI code.

restrictions

o

Escaped identifiers in the global scope may not have the same spelling as IDL primitive types, Object, or ValueBase. This is because the symbol table is pre-loaded with these identifiers; allowing them to be redefined would overwrite their original definitions. (Possible permanent restriction).

o

The fixed IDL type is not supported.

How can this site be more helpful to YOU ?


give  feedback