• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.externalToolBuilders/H16-May-2018-4542

.settings/H16-May-2018-257255

doc/H16-May-2018-19,14016,399

examples/H16-May-2018-23,19414,978

external/H16-May-2018-63,57919,917

gnu/H16-May-2018-454,964252,626

include/H16-May-2018-9,2856,931

java/H16-May-2018-359,615137,220

javax/H16-May-2018-364,406149,956

lib/H16-May-2018-1,244932

m4/H16-May-2018-3,0322,844

native/H16-May-2018-77,39453,669

org/H16-May-2018-72,29220,314

resource/H16-May-2018-68,97568,108

scripts/H16-May-2018-723606

sun/H16-May-2018-826356

tools/H16-May-2018-110,73568,396

vm/H16-May-2018-11,4783,555

.cdtprojectH A D09-Jan-200765 33

.classpathH A D09-Jan-20071.4 KiB1514

.projectH A D09-Jan-20072.3 KiB7877

AUTHORSH A D21-Oct-20082 KiB5553

BUGSH A D15-Nov-2005246 64

COPYINGH A D23-Sep-200517.6 KiB341281

ChangeLogH A D04-Jul-2017339.7 KiB7,7687,408

ChangeLog-2003H A D05-Sep-20081 MiB29,10822,695

ChangeLog-2004H A D05-Sep-2008679.6 KiB19,40116,091

ChangeLog-2005H A D05-Sep-20081.2 MiB32,99227,004

ChangeLog-2006H A D03-Jun-20071.4 MiB37,38130,918

ChangeLog-2007H A D28-Jun-2008173 KiB4,8113,921

ChangeLog-2008H A D06-Jan-2009180.2 KiB4,4443,823

ChangeLog.gcjH A D11-Nov-201429.3 KiB905648

ChangeLog.gnujaxp.1H A D23-Sep-20057.2 KiB206143

ChangeLog.gnujaxp.2H A D23-Sep-200562.8 KiB1,9451,173

ChangeLog.libxmljH A D23-Sep-20054.6 KiB17097

ChangeLog.usermapH A D09-Jan-20072.5 KiB6160

HACKINGH A D23-Sep-2005593 1410

INSTALLH A D24-Jul-201515.2 KiB365283

LICENSEH A D03-Jun-200717.8 KiB397307

Makefile.amH A D25-Feb-20091.2 KiB2916

Makefile.inH A D13-May-201521.7 KiB701612

NEWSH A D19-Dec-201269.1 KiB1,3901,227

READMEH A D14-Aug-20064.1 KiB9372

THANKYOUH A D19-Dec-20122.3 KiB6159

TODOH A D23-Sep-20053.2 KiB7755

aclocal.m4H A D13-May-201539 KiB1,111997

autogen.shH A D12-Oct-20101.6 KiB6348

compileH A D09-Jan-20073.6 KiB14379

config.guessH A D23-Mar-201243.5 KiB1,5181,306

config.rpathH A D29-Nov-201117.9 KiB668564

config.subH A D19-Dec-201234.7 KiB1,7801,637

configureH A D11-Aug-2015877.8 KiB29,29125,066

configure.acH A D11-Aug-201549.5 KiB1,2781,147

depcompH A D19-Dec-201218.2 KiB631407

install-shH A D19-Dec-201213.3 KiB521344

ltcf-c.shH A D13-Feb-201133.1 KiB859644

ltcf-cxx.shH A D23-Sep-200538.1 KiB1,071717

ltcf-gcj.shH A D13-Feb-201128.9 KiB698494

ltconfigH A D24-Jul-201584.9 KiB2,8662,078

ltgcc.m4H A D21-Oct-20081.7 KiB6148

ltmain.shH A D23-Mar-2012243.9 KiB8,6376,651

ltoptions.m4H A D23-Mar-201211.7 KiB370304

ltsugar.m4H A D21-Oct-20084.3 KiB124100

ltversion.m4H A D23-Mar-2012703 2419

lt~obsolete.m4H A D23-Mar-20126 KiB9994

mauve-classpathH A D23-Sep-2005166 1211

missingH A D24-Jul-201511 KiB372276

mkinstalldirsH A D23-Sep-20051.8 KiB10072

README

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