diff options
Diffstat (limited to 'libjava/README')
-rw-r--r-- | libjava/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libjava/README b/libjava/README new file mode 100644 index 000000000..f9c3af6b1 --- /dev/null +++ b/libjava/README @@ -0,0 +1,20 @@ +This is libgcj: the runtime library for gcj, the GNU Compiler for Java. +libgcj provides a partial implementation of the Java Class Libraries. + +libgcj is free software. See the file LIBGCJ_LICENSE for copying permission. + + +DOCUMENTATION +============= + +All documentation, including detailed installation and usage instructions, +can be found on the gcj web pages at this URL: + + http://gcc.gnu.org/java/ + +BUGS +==== + +Please submit bug reports via this URL: + + http://gcc.gnu.org/bugzilla |