diff options
author | Aaron M. Renn <arenn@urbanophile.com> | 1998-05-18 01:03:41 +0000 |
---|---|---|
committer | Aaron M. Renn <arenn@urbanophile.com> | 1998-05-18 01:03:41 +0000 |
commit | fd47789988c7fd349b487f54a636361fec589b34 (patch) | |
tree | 1ef1f4aff155f37a9cd1f666b9d10236f92206a9 /README | |
parent | 0f90e4dd06fb36b48001014c3e5c3de075eb2b65 (diff) | |
download | classpath-fd47789988c7fd349b487f54a636361fec589b34.tar.gz |
Initial Checkin
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 + |