Java-GNOME
==========

Java-GNOME is a set of Java bindings for GNOME and GTK libraries,
so GNOME applications can be written in Java.  It is implemented
as a JNI layer that delegates the Java calls out to the underlying
C library.

The official web site is:
  http://java-gnome.sourceforge.net


Installation
============

See the INSTALL file


How to report bugs
==================

You can submit bugs at the following url:
  http://bugzilla.gnome.org/enter_bug.cgi?product=java-gnome
 
Please indicate what version of the library you were using when
you encountered the bug.  

Please include the following information in your bug report:

1) The type of system and version of the operating system you are using.
2) The version of GTK/GNOME you are using.
3) A detailed description of the bug.  If the bug is reporducable, please
indicate haw to reproduce.

You can also submit enhancement requests at the same location.


CVS access
==========

The source is available via anonymous cvs. To checkout you can use the
following command:

  cvs -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome login

When prompted for a password hit enter.

After login you can checkout the code with this command:

  cvs -z3 -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome co java-gnome


How to submit patches
=====================

Patches can be submitted at the following url:
  http://bugzilla.gnome.org/enter_bug.cgi?product=java-gnome


How can I contribute / join the team
====================================

Submitting bugs and patches is a great help to the team.  If you wish
to have a greater involvement, we would welcome new members to the team.
Just send an email to jeffrey.morgan@bristolwest.com and I will help you get started.

