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
30           version.
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
38           version.
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, 2006, 2007, 2008 Free
59       Software Foundation, 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 no
64       Invariant Sections, the Front-Cover Texts being (a) (see below), and
65       with the Back-Cover Texts being (b) (see below).  A copy of the license
66       is included in the man page gfdl(7).
67
68       (a) The FSF's Front-Cover Text is:
69
70            A GNU Manual
71
72       (b) The FSF's Back-Cover Text is:
73
74            You have freedom to copy and modify this GNU Manual, like GNU
75            software.  Copies published by the Free Software Foundation raise
76            funds for GNU development.
77
78
79
80gcc-4.5.1                         2010-09-24                          GRMIC(1)
Impressum