[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: javac issues
From: |
Michael Cook |
Subject: |
Re: javac issues |
Date: |
Wed, 19 Dec 2001 16:41:08 -0500 |
User-agent: |
Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu) |
Vaclav Barta <address@hidden> writes:
> I'd say if nobody on this list
> knows about a JVM
to be precise, it's not the jvm, but the javac application (javac
runs inside a jvm).
> with "-depend" option, drop that sentence talking about it from
> the FAQ.
jikes is a java compiler. it has these dependency-related options:
-depend
recompile all used classes
-Xdepend
same as -depend
+DR=filename
write report of dependencies to specified file
+F do full dependence check except for Zip and Jar
files
+M generate makefile dependencies
+U do full dependence check including Zip and Jar
files
m.