OSDN Git Service

* config/i386/i386.md (*sinxf2): Rename to *sinxf2_i387.
[pf3gnuchains/gcc-fork.git] / libjava / classpath / tools / gnu / classpath / tools / rmi / RMIC.txt
1 RMI stub and tie source code generator for java.rmi.*, javax.rmi.*
2
3 Copyright 2006 Free Software Foundation, Inc.
4 This is free software; see the source for copying conditions.  There is NO
5 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
6
7 Please report bugs at http://www.gnu.org/software/classpath/bugs.html
8
9 Usage: rmic <options> <class names>
10
11  where <options> includes:
12   -nowarn            Show no warnings
13   -nowrite           Do not write any files (check for errors only)
14   -d <folder>        Place generated files into the given folder
15   -classpath <path>  Specifies the path, where to find the classes being 
16                      compiled
17   
18   -help              Print this help text
19   -v                 Print version
20   -verbose           Verbose output
21   -force             Try to generate code even if the input classes seem not
22                      consistent with RMI specification.
23   
24   -1.2               Generate v 1.2 stubs (default)*
25   
26   -iiop              Generate stubs and ties for the GIOP based RMI package 
27                      extension, javax.rmi. With this key, the two additional 
28                      keys are accepted:
29     -poa               Generate the Servant based ties (default)
30     -impl              Generate the obsoleted ObjectImpl based ties
31                         (for backward compatibility)
32     -help            Show more details on the giop stub and tie generator 
33                       options.                
34   -giop              Same as -iiop*                    
35                 
36   
37  and <class names> can include one or more non abstract classes that implement
38  Remote and are accessible via current class path.
39
40 * This tool generates the source code that must be compiled with java compiler.
41 * The deprecated 1.1 version stubs are currently not supported (the v 1.2
42   style stubs are always generated).
43 * -iiop is a standard key for this tool, but it is also a registered OMG mark
44   when giop is not.
45