./* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ./* This file is part of SableVM. * ./* See the file "LICENSE" for Copyright information and the * ./* terms and conditions for copying, distribution and * ./* modification of SableVM. * ./* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * .TH SABLEVM "1" "August 2002" "SableVM version 1.0.9" "User Commands" .SH NAME SableVM \- manual page for SableVM - free (LGPL) Java Virtual Machine .SH SYNOPSIS .B sablevm [\fIOPTION\fR]... \fICLASSNAME \fR[\fIARGUMENT\fR]... .SH DESCRIPTION .TP \fB\-c\fR, \fB\-\-classpath=\fR"PATH" set class path .TP \fB\-p\fR, \fB\-\-property=\fR"NAME=VALUE" set system property .TP \fB\-v\fR, \fB\-\-verbose\fR enable all verbose options .TP \fB\-q\fR, \fB\-\-quiet\fR disable all verbose options .TP \fB\-s\fR, \fB\-\-verbose\-class\fR enable verbose class loading .TP \fB\-S\fR, \fB\-\-no\-verbose\-class\fR disable verbose class loading .TP \fB\-g\fR, \fB\-\-verbose\-gc\fR enable verbose garbage collection .TP \fB\-G\fR, \fB\-\-no\-verbose\-gc\fR disable verbose garbage collection .TP \fB\-j\fR, \fB\-\-verbose\-jni\fR enable verbose JNI .TP \fB\-J\fR, \fB\-\-no\-verbose\-jni\fR disable verbose JNI .TP \fB\-y\fR, \fB\-\-copyright\fR display copyright .TP \fB\-Y\fR, \fB\-\-no\-copyright\fR do not display copyright .TP \fB\-L\fR, \fB\-\-license\fR display license information and exit .TP \fB\-V\fR, \fB\-\-version\fR display version information and exit .SS "Help options:" .TP -?, \fB\-\-help\fR Show this help message .TP \fB\-\-usage\fR Display brief usage message .SH DEBUGGING PROPERTIES .TP \fBsablevm.verbose.methods\fR when operating on a binary compiled with debugging features - setting this property to \fR\fItrue\fR outputs names of every method that is to be executed .TP \fBsablevm.verbose.instructions\fR when operating on a binary compiled with debugging features - setting this property to \fR\fItrue\fR outputs names of every instruction that is to be executed (WARNING: expect flood!!!) .SH "SEE ALSO" For more informations about .B SableVM see .B www.sablevm.org .