README 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. GNU Classpath README - Last updated: August 6, 2006 (for release 0.92)
  2. GNU Classpath, Essential Libraries for Java is a project to create a
  3. free software implementation of the core class libraries for the java
  4. programming language.
  5. Additionally, GNU Classpath includes a sub-project called GNU Classpath
  6. Tools whose goal is to provide a number of free replacements for standard
  7. Java development tools like javadoc, javap, and others. A sub-project
  8. called GNU Inetlib, can be used as an extension library to provide extra
  9. network protocol support (ftp, finger, gopher) for GNU Classpath. It can
  10. also be used as a standalone to ease adding http, imap, pop3 and smtp
  11. client support to applictions. These subprojects are normally released
  12. independently from the core libraries.
  13. This is a development snapshot release only and is not for general
  14. purpose use. GNU Classpath needs to be combined with a proper
  15. development environment to be useable for end users. Eventually,
  16. these essential libraries for java will work with as many free
  17. compilers and runtimes as possible.
  18. Complete development environments known to be based on GNU Classpath
  19. include (recommended for end users):
  20. * GCC with GCJ (http://gcc.gnu.org/java/)
  21. * Kaffe (http://www.kaffe.org/)
  22. Smaller environments (runtime only, no compilers, no tools) which work
  23. with this GNU Classpath releases include
  24. (tested by and recommended for GNU Classpath hackers):
  25. * CACAO (http://www.cacaojvm.org/)
  26. * JamVM (http://jamvm.sourceforge.net/)
  27. * Jikes RVM (http://jikesrvm.sourceforge.net/)
  28. In general the latest releases of the above VMs will work out of the box
  29. with the latest GNU Classpath release (and in most cases directly with the
  30. development sources from CVS).
  31. Besides combining GNU Classpath with the runtimes and compilers above
  32. you might want to add support for additional extension libraries (mail,
  33. activation, infobus, servlet) check out the GNU ClasspathX project
  34. (http://www.gnu.org/software/classpathx/).
  35. Some tools come with their own customized version of GNU Classpath.
  36. Please check if there is a customized version available for the tool you
  37. use before trying the bare bones GNU Classpath release. We are working with
  38. the tool creators to keep the differences between the core classes as small
  39. as possible. Please tell us if you make GNU Classpath work with a new tool.
  40. Active projects which use modified versions of the Classpath libraries
  41. some of which synchronizes with the Classpath CVS head every couple of weeks:
  42. * IKVM.NET (http://www.ikvm.net/)
  43. * JC (http://jcvm.sourceforge.net/)
  44. * JNode (http://jnode.sourceforge.net/)
  45. * MysaifuVM (http://www2s.biglobe.ne.jp/~dat/java/project/jvm/)
  46. * SableVM (http://www.sablevm.org/)
  47. For a more complete list of GNU Classpath based projects, see the
  48. GNU Classpath website: http://www.gnu.org/software/classpath/stories.html
  49. See the file INSTALL for details on installing GNU Classpath.
  50. See the file NEWS for details on what is included in this release.
  51. See the file TODO for the latest to do list.
  52. See the file HACKING for working on (non-released) CVS development versions.
  53. Homepage: http://www.gnu.org/software/classpath/
  54. Bugs should be reported via bugzilla, available from the GNU Classpath
  55. website: http://www.gnu.org/software/classpath/bugs.html
  56. General Mailing List: classpath@gnu.org
  57. --> To subscribe send email to classpath-request@gnu.org with a
  58. subject and body of "subscribe". To unsubscribe do the same,
  59. only with a body and subject of "unsubscribe". This is a
  60. smartlist managed mailing list.
  61. Patches Mailing List: classpath-patches@gnu.org
  62. --> Proposed patches should be sent to the GNU Classpath patches list
  63. --> To subscribe send email to classpath-patches-request@gnu.org with a
  64. subject and body of "subscribe". To unsubscribe do the same,
  65. only with a body and subject of "unsubscribe". This is a
  66. smartlist managed mailing list.
  67. Anonymous CVS:
  68. --> "cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/classpath
  69. co classpath"
  70. --> More detailed instructions available on the Savannah project website.
  71. http://savannah.gnu.org/projects/classpath/
  72. Happy Hacking!