📄 readme
字号:
GNU Classpath README - Last updated: August 31, 2005GNU Classpath, Essential Libraries for Java is a project to create afree software implementation of the core class libraries for the javaprogramming language.Additionally GNU Classpath includes a sub-project called GNU ClasspathTools whose goal is to provide a number of free replacements forstandard Java development tools like javadoc, javap, javah, andothers. And a sub-project called GNU Inetlib, an extension library toprovide extra network protocol support (ftp, finger, gopher) for GNUClasspath, but it can also standalone to ease adding http, imap, pop3and smtp client support to applictions. These subprojects are normallyreleased independent from the core libraries.This is a development snapshot release only and is not for generalpurpose use. GNU Classpath needs to be combine with a properdevelopment environments to be useable for end users. Eventually,these essential libraries for java will work with as many freecompilers and runtimes as possible.Complete development environments known to be based on GNU Classpathinclude (recommended for end users): * GCC with GCJ (http://gcc.gnu.org/java/) * Kaffe (http://www.kaffe.org/)Smaller environments (runtime only, no compilers, no tools) which workwith this GNU Classpath releases include(tested by and recommended for GNU Classpath hackers): * JamVM (http://jamvm.sourceforge.net/) * Jikes RVM (http://www.ibm.com/developerworks/oss/jikesrvm/) * Kissme (http://kissme.sourceforge.net/)In general the latest releases of the above VMs will work out of the boxwith the latest GNU Classpath release (and in most cases directly with thedevelopment sources from CVS).Besides combining GNU Classpath with the runtimes and compilers aboveyou might want to add support for encryption libraries as provided byGNU Crypto (http://www.gnu.org/software/gnu-crypto/).And for additional extension libraries (mail, xml, activation, infobus,servlet) check out GNU ClasspathX (http://www.gnu.org/software/classpathx).Some tools come with their own customized version of GNU Classpath.Please check if there is a customised version available for the tool youuse before trying the bare bones GNU Classpath release. We are working withthe tool creators to keep the differences between the core classes as smallas possible. Please tell us if you make GNU Classpath work with a new tool.Active projects which use modified versions of the Classpath librariessome of which synchronizes with the Classpath CVS head every couple of weeks: * IKVM.NET (http://www.ikvm.net/) * JC (http://jcvm.sourceforge.net/) * JNode (http://jnode.sourceforge.net/) * MysaifuVM (http://www2s.biglobe.ne.jp/~dat/java/project/jvm/) * SableVM (http://www.sablevm.org)See for a more complete list of GNU Classpath based projects theGNU Classpath website: http://www.gnu.org/software/classpath/stories.htmlSee the file INSTALL for details on installing GNU Classpath.See the file NEWS for details on what is included in this release.See the file TODO for the latest to do list.See the file HACKING for working on (non-released) CVS development versions.Homepage: http://www.gnu.org/software/classpath/General Mailing List: classpath@gnu.org --> Bugs and patches can be reported via Savannah if you have a browser or via this address otherwise. --> To subscribe send email to classpath-request@gnu.org with a subject and body of "subscribe". To unsubscribe do the same, only with a body and subject of "unsubscribe". This is a smartlist managed mailing list.CVS Commit, Bugs and Patches List: commit-classpath@gnu.org --> To subscribe send email to commit-classpath-request@gnu.org with a subject and body of "subscribe". To unsubscribe do the same, only with a body and subject of "unsubscribe". This is a smartlist managed mailing list.Anonymous CVS: --> export CVS_RSH="ssh" --> cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/classpath co classpath --> More detailed instructions available on the Savannah project website. http://savannah.gnu.org/projects/classpath/Happy Hacking!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -