1GRMIC(1)                              GNU                             GRMIC(1)
2
3
4

NAME

6       grmic - Generate stubs for Remote Method Invocation
7

SYNOPSIS

9       grmic [OPTION] ... class ...
10

DESCRIPTION

12       grmic is a utility included with "libgcj" which generates stubs for
13       remote objects.
14
15       Note that this program isn't yet fully compatible with the JDK grmic.
16       Some options, such as -classpath, are recognized but currently ignored.
17       We have left these options undocumented for now.
18
19       Long options can also be given with a GNU-style leading --.  For
20       instance, --help is accepted.
21

OPTIONS

23       -keep
24       -keepgenerated
25           By default, grmic deletes intermediate files.  Either of these
26           options causes it not to delete such files.
27
28       -v1.1
29           Cause grmic to create stubs and skeletons for the 1.1 protocol ver‐
30           sion.
31
32       -vcompat
33           Cause grmic to create stubs and skeletons compatible with both the
34           1.1 and 1.2 protocol versions.  This is the default.
35
36       -v1.2
37           Cause grmic to create stubs and skeletons for the 1.2 protocol ver‐
38           sion.
39
40       -nocompile
41           Don't compile the generated files.
42
43       -verbose
44           Print information about what grmic is doing.
45
46       -d directory
47           Put output files in directory.  By default the files are put in the
48           current working directory.
49
50       -help
51           Print a help message, then exit.
52
53       -version
54           Print version information, then exit.
55

SEE ALSO

58       Copyright (c) 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
59       Inc.
60
61       Permission is granted to copy, distribute and/or modify this document
62       under the terms of the GNU Free Documentation License, Version 1.2 or
63       any later version published by the Free Software Foundation; with the
64       Invariant Sections being "GNU General Public License", the Front-Cover
65       texts being (a) (see below), and with the Back-Cover Texts being (b)
66       (see below).  A copy of the license is included in the man page
67       gfdl(7).
68
69       (a) The FSF's Front-Cover Text is:
70
71            A GNU Manual
72
73       (b) The FSF's Back-Cover Text is:
74
75            You have freedom to copy and modify this GNU Manual, like GNU
76            software.  Copies published by the Free Software Foundation raise
77            funds for GNU development.
78
79
80
81gcc-4.1.2                         2007-09-25                          GRMIC(1)
Impressum