jdk/src/solaris/doc/sun/man/man1/serialver.1
changeset 2 90ce3da70b43
child 2692 345bc8d65b19
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jdk/src/solaris/doc/sun/man/man1/serialver.1	Sat Dec 01 00:00:00 2007 +0000
@@ -0,0 +1,117 @@
+.'" t
+." Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
+." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+."
+." This code is free software; you can redistribute it and/or modify it
+." under the terms of the GNU General Public License version 2 only, as
+." published by the Free Software Foundation.
+."
+." This code is distributed in the hope that it will be useful, but WITHOUT
+." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+." FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+." version 2 for more details (a copy is included in the LICENSE file that
+." accompanied this code).
+."
+." You should have received a copy of the GNU General Public License version
+." 2 along with this work; if not, write to the Free Software Foundation,
+." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+."
+." Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
+." CA 95054 USA or visit www.sun.com if you need additional information or
+." have any questions.
+." ` 
+.TH serialver 1 "05 Aug 2006"
+." Generated by html2roff
+
+.LP
+.SH NAME
+serialver \- The Serial Version Command
+.LP
+
+.LP
+.LP
+The \f3serialver\fP command returns the \f2serialVersionUID\fP.
+.LP
+.SH "SYNOPSIS"
+.LP
+
+.LP
+.nf
+\f3
+.fl
+\fP\f3serialver\fP [ options ] [ classnames ]
+.fl
+.fi
+
+.LP
+.RS 3
+
+.LP
+.TP 3
+options 
+Command\-line options, as specified in this document. 
+.TP 3
+classnames 
+One or more class names 
+.LP
+.RE
+.SH "DESCRIPTION"
+.LP
+
+.LP
+.LP
+\f3serialver\fP returns the \f2serialVersionUID\fP for one or more classes in a form suitable for copying into an evolving class. When invoked with no arguments it prints a usage line.
+.LP
+.SH "OPTIONS"
+.LP
+
+.LP
+.TP 3
+\-classpath <directories and zip/jar files separated
+by :> 
+Set search path for application classes and resources. 
+.LP
+.TP 3
+\-show 
+Displays a simple user interface. Enter the full class name and press either the Enter key or the Show button to display the serialVersionUID. 
+.TP 3
+\-Joption 
+Pass \f2option\fP to the Java virtual machine, where \f2option\fP is one of the options described on the reference page for the java application launcher. For example, \f3\-J\-Xms48m\fP sets the startup memory to 48 megabytes. 
+.LP
+.SH "NOTES"
+.LP
+
+.LP
+.LP
+The \f3serialver\fP command loads and initializes the specified classes in its virtual machine, and by default, it does not set a security manager. If \f3serialver\fP is to be run with untrusted classes, a security manager can be set with the following option:
+.LP
+.RS 3
+
+.LP
+.LP
+\f2\-J\-Djava.security.manager\fP
+.LP
+.RE
+.LP
+and, if necessary, a security policy can be specified with the following option:
+.LP
+.RS 3
+
+.LP
+.LP
+\f2\-J\-Djava.security.policy=<policy file>\fP
+.LP
+.RE
+.SH "SEE ALSO"
+.LP
+
+.LP
+.LP
+.na
+\f2java.io.ObjectStreamClass\fP @
+.fi
+http://java.sun.com/javase/6/docs/api/java/io/objectstreamclass.html
+.LP
+
+.LP
+