gcj.texi (Input Options): Mention .java files.
authorPer Bothner <per@bothner.com>
Thu, 18 Jan 2001 22:36:23 +0000 (14:36 -0800)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 18 Jan 2001 22:36:23 +0000 (22:36 +0000)
2001-01-18  Per Bothner  <per@bothner.com>

* gcj.texi (Input Options): Mention .java files.

From-SVN: r39123

gcc/java/ChangeLog
gcc/java/gcj.texi

index 7e8be3406a881b89115a4cbc9b0b31a31bd62822..d931457ec0d1961afb1c22d8fa47469413119170 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-18  Per Bothner  <per@bothner.com>
+
+       * gcj.texi (Input Options): Mention .java files.
+
 2001-01-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
 
        * lang-options.h (-Wunsupported-jdk11): Removed.
index 5b3cd83d88d17eaeb23900a57ca59e03592947c6..14023e4e929e7a070ef656a48b65d8738e091f25 100644 (file)
@@ -80,10 +80,10 @@ by the file it has been asked to compile.  Like other compilers for the
 Java language, @code{gcj} has a notion of a @dfn{class path}.  There are
 several options and environment variables which can be used to
 manipulate the class path.  When @code{gcj} looks for a given class, it
-searches the class path looking for the corresponding @file{.class}
-file.  @code{gcj} comes with a built-in class path which points at the
-installed @file{libgcj.jar}, a file which contains all the standard
-classes.
+searches the class path looking for matching @file{.class} or
+@file{.java} file.  @code{gcj} comes with a built-in class path which
+points at the installed @file{libgcj.jar}, a file which contains all the
+standard classes.
 
 In the below, a directory or path component can refer either to an
 actual directory on the filesystem, or to a @file{.zip} or @file{.jar}