summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAaron M. Renn <arenn@urbanophile.com>1998-05-18 01:03:41 +0000
committerAaron M. Renn <arenn@urbanophile.com>1998-05-18 01:03:41 +0000
commitfd47789988c7fd349b487f54a636361fec589b34 (patch)
tree1ef1f4aff155f37a9cd1f666b9d10236f92206a9 /README
parent0f90e4dd06fb36b48001014c3e5c3de075eb2b65 (diff)
downloadclasspath-fd47789988c7fd349b487f54a636361fec589b34.tar.gz
Initial Checkin
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 000000000..295484810
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+This is a "100% Free Java" implementation of the Java language standard
+class library. Currently supported is the java.net package. Soon this
+will be part of the "real" jcl project, whose goal is to provide a
+complete clean room implementation of the Java class libraries that will
+work with any JNI compliant JVM.
+
+See the file INSTALL for details on installnig
+See the file NEWS for details on what is included
+See the various TODO and BUGS files in subdirectories for things that
+might not work right or that need to be implemented.
+
+Send comments/bug reports to arenn@urbanophile.com
+