![]() |
![]() |
|
|
m3idltojava(1)
Note: The m3idltojava compiler is deprecated in this release. BEA Systems recommends using the idltojava compiler to generate client stubs for CORBA Java clients and CORBA Java joint client/servers.
Name
Compiles the Object Management Group (OMG) Interface Definition Language (IDL) file and generates client stub and server skeleton files required for the interface definitions being implemented in Java. Use this command only when you are creating a Java server application.
Synopsis
m3idltojava [-p] [-j javaDirectory] [-Idirectory][-Dsymbol]
[-Usymbol] [-foptions] idl-filename...
Description
The m3idltojava command compiles OMG IDL source files into Java source code. You then use the javac compiler to compile that source into Java bytecodes. The OMG IDL declarations from the named OMG IDL files are translated to Java declarations according to the mapping from OMG IDL to Java.
Given the provided idl-filename file(s), the m3idltojava command generates the following files for each interface defined in the server application's OMG IDL file:
The m3idltojava compiler generates the client stub and server skeleton files. Any previous versions are overwritten.
If an unknown option is passed to this command, the offending option and a usage message is displayed to the user, and the compile is not performed.
Parameter
Options
Examples
The following command generates only the server application files for Simple.idl:
m3idltojava -fno-client Simple.idl
The following command generates only the client application files for Simple.idl:
m3idltojava -fno-server Simple.idl
![]() |
![]() |
![]() |
|
Copyright © 2001 BEA Systems, Inc. All rights reserved.
|