?? kaffe.1.in
字號:
.\" kaffe(1) manpage. Copyright: identical to that of kaffe itself,.\" as documented under the COPYING section below..\" Contributed to the Kaffe project by Ray Dassen <jdassen@wi.LeidenUniv.nl>.\".TH KAFFE 1 "December 1998" "Kaffe version 1.0b3" "Kaffe project".SH NAME kaffe \- a virtual machine to execute Java(tm) bytecode.SH SYNOPSIS.BI "kaffe [\-help]".BI "[\-version]".BI "[\-ss" " size" "]".BI "[\-ms" " size" "]".BI "[\-mx" " size" "]".BI "[\-classpath" " path" "]".BI "[\-addclasspath" " path" "]".BI "[\-verifyremote | \-verify | \-noverify]".BI "[\-D" "property" "=" "value" "]".BI "[\-v]".BI "[\-verbosegc]".BI "[\-verbosejit]".BI "[\-verbosemem]".BI "[\-jar]".BI "[\-vmdebug" " flag{,flag}" "]".BI " classname".SH DESCRIPTION.B kaffe executes .I classfilecontaining Java bytecode, either as a pure bytecode interpreter, or bydoing "just-in-time" code conversion from the abstract code to the hostmachine's native code..SH OPTIONS.TP.B "\-help" Give a short usage message..TP.B "\-version"Print the version number..TP.B "\-ss size"Set the maximum stack size to .I size.TP.B "\-mx size"Set the maximum heap size to .I size.TP.B "\-ms size"Set the initial heap size to .I size.TP.B "\-classpath path"Set the path which is searched for compiled classes, e.g.@datadir@/kaffe.TP.B "\-addclasspath path"Appends the given path to the current classpath setting. Multipleinstances of this flag may be given..TP.B "\-verifyremote"Verify all classes not loaded from the bootclasspath. This is the default behavior..TP.B "\-verify"Verify all classes..TP.B "\-noverify"Do not verify any classes..TP.B "\-Dproperty=value"Set a property to a given value..TP.B "\-jar"Executable is a JAR file..TP.B "\-v"Enable verbose output..TP.B "\-verbosegc"Print message during garbage collection..TP.B "\-verbosemem"Print detailed memory allocation statistics..TP.B "\-verbosejit"Print message during JIT code generation..TP.B "\-vmdebug" "flag{,flag}"Enable VM debugging. Set ``\-vmdebug list'' for a list..SH CLASS.TP.I classnameJava class name to invoke. Note that this is.B notthe filename..SH ENVIRONMENT.TP.B CLASSPATHA colon-separated list of directories in which to search for .B .classfiles..TP.B KAFFEHOMEBase directory of kaffe installation..TP.B LD_LIBRARY_PATHA colon-separated list of directories in which to search for libraries.See.BR ld.so (1)for details. This needs to be set if Kaffe's shared libraries areinstalled in a location not part of the dynamic loader's default searchpath..SH FILES.TP.B "@prefix@/share/kaffe/kafferc"System-wide shell script read by kaffe script (optional)..TP.B "${HOME}/.kafferc"Per-user shell script read by kaffe script (optional)..SH DIAGNOSTICSNot documented yet..SH NOTESJava is a registered trademark of Sun Microsystems, Inc.Kaffe is available from various sites, the primary one being.RI < http://www.transvirtual.com> .There are several mailing lists for Kaffe:.TP .I kaffe@kaffe.orgGeneral Kaffe discussions.TP.I kaffe\-announce@kaffe.orgKaffe related announcements.LP.SH BUGSSee the file FAQ.Known-Bugs for an updated list..SH AUTHORKaffe was originally written by Tim Wilkinson <tim@transvirtual.com>, 1996.Many others contributed to the Kaffe project. They are listed in thesource distribution's.I NOTES/THANKSand .I NOTES/HELPERSfiles..SH COPYINGKaffe is distributed under the GNU GPL. For full details, see the file.I license.termsin the source distribution for full details..SH SEE ALSO.I Guavac, the GNU Java compiler\c, David Engberg
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -