jdk/src/solaris/doc/sun/man/man1/jrunscript.1
changeset 2692 345bc8d65b19
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
2691:bad7bbf42755 2692:345bc8d65b19
     1 .'" t
       
     2 ." Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     1 ." Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     3 ." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     2 ." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 ."
     3 ."
     5 ." This code is free software; you can redistribute it and/or modify it
     4 ." This code is free software; you can redistribute it and/or modify it
     6 ." under the terms of the GNU General Public License version 2 only, as
     5 ." under the terms of the GNU General Public License version 2 only, as
    17 ." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    16 ." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    18 ."
    17 ."
    19 ." Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    18 ." Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    20 ." CA 95054 USA or visit www.sun.com if you need additional information or
    19 ." CA 95054 USA or visit www.sun.com if you need additional information or
    21 ." have any questions.
    20 ." have any questions.
    22 ." ` 
    21 ."
    23 .TH jrunscript 1 "06 Aug 2006"
    22 .TH jrunscript 1 "04 May 2009"
    24 ." Generated by html2man
    23 ." Generated from HTML by html2man (author: Eric Armstrong)
    25 
    24 
    26 .LP
    25 .LP
    27 .SH NAME
    26 .SH "Name"
    28 jrunscript \- command line script shell
    27 jrunscript \- command line script shell
    29 .LP
    28 .LP
    30 .SH "SYNOPSIS"
    29 .SH "SYNOPSIS"
    31 .LP
    30 .LP
    32 
    31 
    41 .LP
    40 .LP
    42 .SH "PARAMETERS"
    41 .SH "PARAMETERS"
    43 .LP
    42 .LP
    44 
    43 
    45 .LP
    44 .LP
       
    45 .RS 3
    46 .TP 3
    46 .TP 3
    47 options 
    47 options 
    48 Options, if used, should follow immediately after the command name. 
    48 Options, if used, should follow immediately after the command name. 
    49 .TP 3
    49 .TP 3
    50 arguments 
    50 arguments 
    51 Arguments, if used, should follow immediately after options or command name. 
    51 Arguments, if used, should follow immediately after options or command name. 
       
    52 .RE
       
    53 
    52 .LP
    54 .LP
    53 .SH "DESCRIPTION"
    55 .SH "DESCRIPTION"
    54 .LP
    56 .LP
    55 
    57 
    56 .LP
    58 .LP
    62 .LP
    64 .LP
    63 .SH "OPTIONS"
    65 .SH "OPTIONS"
    64 .LP
    66 .LP
    65 
    67 
    66 .LP
    68 .LP
       
    69 .RS 3
    67 .TP 3
    70 .TP 3
    68 \-classpath path 
    71 \-classpath path 
    69 Specify where to find the user's .class files that are accessed by the script. 
    72 Specify where to find the user's .class files that are accessed by the script. 
    70 .TP 3
    73 .TP 3
    71 \-cp path 
    74 \-cp path 
    98 \-?\  
   101 \-?\  
    99 Output help message and exit. 
   102 Output help message and exit. 
   100 .TP 3
   103 .TP 3
   101 \-q\  
   104 \-q\  
   102 List all script engines available and exit. 
   105 List all script engines available and exit. 
       
   106 .RE
       
   107 
   103 .LP
   108 .LP
   104 .SH "ARGUMENTS"
   109 .SH "ARGUMENTS"
   105 .LP
   110 .LP
   106 .LP
   111 .LP
   107 If [arguments...] are present and if no \f3\-e\fP or \f3\-f\fP option is used, then the first argument is the script file and the rest of the arguments, if any, are passed as script arguments. If [arguments..] and \f3\-e\fP or \f3\-f\fP option are used, then all [arguments..] are passed as script arguments. If [arguments..], \f3\-e\fP and \f3\-f\fP are missing, interactive mode is used. Script arguments are available to a script in an engine variable named "arguments" of type String array.
   112 If [arguments...] are present and if no \f3\-e\fP or \f3\-f\fP option is used, then the first argument is the script file and the rest of the arguments, if any, are passed as script arguments. If [arguments..] and \f3\-e\fP or \f3\-f\fP option are used, then all [arguments..] are passed as script arguments. If [arguments..], \f3\-e\fP and \f3\-f\fP are missing, interactive mode is used. Script arguments are available to a script in an engine variable named "arguments" of type String array.