home *** CD-ROM | disk | FTP | other *** search
-
-
-
- jikes(1) jikes(1)
-
-
- NNAAMMEE
- jikes - java source to bytecode compiler
-
- SSYYNNOOPPSSIISS
- jjiikkeess [--ccllaassssppaatthh path] [--dd directory] [--ddeebbuugg] [--ddeeppeenndd]
- [--ddeepprreeccaattiioonn] [--eennccooddiinngg encoding] [--gg] [--nnoowwaarrnn]
- [--nnoowwrriittee] [--OO] [--vveerrbboossee] [--XXddeeppeenndd] [--XXssttddoouutt] [++++] [++BB]
- [++OOLLDDCCSSOO] [++DD] [++DDRR==filename] [++EE] [++FF] [++KK] [++MM] [++PP]
- [++TTnn] [++UU] [++ZZ] [++cc] file.java ...
-
- DDEESSCCRRIIPPTTIIOONN
- JJiikkeess translates Java(TM) source files to bytecode. Fea-
- tures include strict adherence to the language specifica-
- tion, automatic makefile generation and incremental compi-
- lation. It is maintained by the Jikes Project.
-
-
- OOPPTTIIOONNSS
- JJiikkeess may be invoked with the following command-line
- options:
-
- --ccllaassssppaatthh path
- use path for CLASSPATH
-
- --dd directory
- write class files in specified directory
-
- --ddeebbuugg no effect (recognized for compatibility)
-
- --ddeeppeenndd
- recompile all used classes
-
- --ddeepprreeccaattiioonn
- report uses of deprecated features
-
- --eennccooddiinngg
- use specified encoding to read source files
-
- --gg debug (generate LocalVariableTable attribute)
-
- --nnoowwaarrnn
- do not issue warning messages
-
- --nnoowwrriittee
- do not write any class files
-
- --OO do not write LineNumberTable
-
- --vveerrbboossee
- list files read and written
-
- --XXddeeppeenndd
- same as -depend
-
-
-
-
- 1
-
-
-
-
-
- jikes(1) jikes(1)
-
-
- --XXssttddoouutt
- write error messages to standard output, not stderr
-
- ++++ compile in incremental mode
-
- ++BB do not invoke bytecode generator
-
- ++OOLLDDCCSSOO
- Select to use same classpath search order as in
- older versions of Jikes (for compatibility).
-
- ++DD report errors immediately in emacs-form without
- buffering
-
- ++DDRR=filename
- write report of dependencies to specified file
-
- ++EE list errors in emacs-form
-
- ++FF do full dependence check except for Zip and Jar
- files
-
- ++KKname=TypeKeyWord
- map name to type keyword
-
- ++MM generate makefile dependencies
-
- ++PP Pedantic compilation - issues lots of warnings
-
- ++TTnn set value of tab to nn spaces
-
- ++UU do full dependence check including Zip and Jar
- files
-
- ++ZZ treat cautions as errors
-
- ++cc do not discard comments from lexer output
-
- An argument may have the form _@_f_i_l_e; each line of _f_i_l_e is
- then interpreted as an argument, except that lines begin-
- ning with _@ are not expanded recursively.
-
-
- FFIILLEESS
- JJiikkeess requires a colon-separated list of directories or
- files that tell it where to look for any needed class or
- source files, for example ".:$HOME/java/jre/lib/rt.jar".
- A definition given with the environment variable _J_I_K_E_S_P_A_T_H
- takes precedence over one given with _C_L_A_S_S_P_A_T_H; a defini-
- tion using the _-_c_l_a_s_s_p_a_t_h option takes precedence over any
- value specified via the environment.
-
- SSEEEE AALLSSOO
-
-
-
-
- 2
-
-
-
-
-
- jikes(1) jikes(1)
-
-
- Jikes Project homepage
- _h_t_t_p_:_/_/_o_s_s_._s_o_f_t_w_a_r_e_._i_b_m_._c_o_m_/_d_e_v_e_l_o_p_e_r_w_o_r_k_s_/_o_p_e_n_-
- _s_o_u_r_c_e_/_j_i_k_e_s_/ for news of recent developments, to
- download new versions, to report bugs, or to learn
- how to participate in the development process.
-
-
- CCOOPPYYRRIIGGHHTT
- Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, Interna-
- tional Business Machines Corporation and others. All
- Rights Reserved.
-
- JJiikkeess is licensed under the _I_B_M _P_u_b_l_i_c _L_i_c_e_n_s_e, included
- in the file _l_i_c_e_n_s_e_._h_t_m distributed with the program, and
- also available at the Jikes Project URL.
-
-
- NNOOTTEESS
- Java is a registered trademark of Sun Microsystems, Inc.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 3
-
-
-