summaryrefslogtreecommitdiff
path: root/doc/www.gnu.org/home.wml
blob: 6cdfcb2d967d2aaa9c2de5425be65f2555929c4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
#!wml

#use wml::std::page
#use wml::std::lang
#use wml::fmt::isolatin
#use wml::std::case global=upper

<lang:new id=en short>
<lang:star:slice:>

<set-var last-modified-author="<cbj>">

#include <include/macros.wml>

<header title="GNU Classpath">
<en>
<p>
<hr SIZE="1" NoShade>
<a class=tabselect href="http://savannah.gnu.org/projects/classpath/">Savannah</a>&nbsp;|&nbsp;

<a class=tabs href="http://www.gnu.org/software/classpath/">Homepage</a>&nbsp;|&nbsp;
<a class=tabs href="http://savannah.gnu.org/bugs/?group_id=85">Bugs</a>&nbsp;|&nbsp;
<a class=tabs href="http://savannah.gnu.org/support/?group_id=85">Support</a>&nbsp;|&nbsp;
<a class=tabs href="http://savannah.gnu.org/patch/?group_id=85">Patches</a>&nbsp;|&nbsp;
<a class=tabs href="http://savannah.gnu.org/mail/?group_id=85">Lists</a>&nbsp;|&nbsp;

<a class=tabs href="http://savannah.gnu.org/pm/?group_id=85">Tasks</a>&nbsp;|&nbsp;
<a class=tabs href="http://savannah.gnu.org/news/?group_id=85">News</a>&nbsp;|&nbsp;
<a class=tabs href="http://savannah.gnu.org/cvs/?group_id=85">CVS</a>&nbsp;|&nbsp;
<a class=tabs href="http://savannah.gnu.org/files/?group_id=85">Files</a>&nbsp;|&nbsp;<hr SIZE="1" NoShade>

<p>
GNU Classpath is a set of essential libraries for supporting the Java
language.  Our goal is to provide a free replacement for Sun's
proprietary class libraries so that the GNU system can run programs
written in the Java language.
</p>

<p>
Classpath is licensed under the terms of the <link url="/copyleft/gpl.html"
name="GNU General Public License"> with the following special exception.
</p>

<p>
<blockquote>
<code>
As a special exception, the copyright holders of this library give you
permission to link this library with independent modules to produce an
executable, regardless of the license terms of these independent
modules, and to copy and distribute the resulting executable under
terms of your choice, provided that you also meet, for each linked
independent module, the terms and conditions of the license of that
module.  An independent module is a module which is not derived from
or based on this library.  If you modify this library, you may extend
this exception to your version of the library, but you are not
obligated to do so.  If you do not wish to do so, delete this
exception statement from your version.
</code>
</blockquote>
</p>

<p>
As such, it can be used to run free as well as proprietary
applications and applets.  Using GNU Classpath as the class library 
for a Java virtual machine (JVM) does not affect the licensing of the 
JVM.
</p>

<p>
Classpath is still a work in progress.  The first public release will 
be version 1.0.  There have been no public releases; however, pre-release 
source code is available via GNU's anonymous 
<link url="http://savannah.gnu.org/cvs/?group_id=85" name="CVS server">
, and snapshots of the Classpath tree have been released and are
available from <link url="ftp://alpha.gnu.org/gnu/classpath/"
name="ftp://alpha.gnu.org/gnu/classpath/">.  
</p>

</en>

<H4>Documentation</H4>
<UL>
  <LI><link url="doc/orp.html" name="Using GNU
  Classpath with ORP"></LI>
  <LI><link url="doc/hacking.html"
       name="GNU Classpath Hacker's Guide"></LI>
  <LI><link url="doc/vmintegration.html" 
       name="Virtual Machine Integration Guide"></LI>
  <LI><link url="announce/announcements.html" 
       name="Old News"></LI>
</UL>

<H4><en>Status</en></H4>
<p>
<en>
GNU Classpath 1.0 will be fully compatible with Java 1.1 and largely 
compatible with Java 2.  Detailed information on the
current state of a package can be obtained by clicking on the
appropriate link below.  This information will become part of the Savannah
Tasks information in the future and no longer appear on this page.
</en>
</p>
<package-list>
  <package-item name="java.applet">
  <package-item name="java.awt">
  <package-item name="java.awt.datatransfer" section="java.awt">
  <package-item name="java.awt.event" section="java.awt">
  <package-item name="java.awt.image">
  <package-item name="java.awt.peer" section="java.awt">
  <package-item name="java.beans">
  <package-item name="java.beans.beancontext" section="java.beans">
  <package-item name="java.io">
  <package-item name="java.lang">
  <package-item name="java.lang.ref" section="java.lang">
  <package-item name="java.lang.reflect" section="java.lang">
  <package-item name="java.math">
  <package-item name="java.net">
  <package-item name="java.rmi">
  <package-item name="java.rmi.dgc" section="java.rmi">
  <package-item name="java.rmi.registry" section="java.rmi">
  <package-item name="java.rmi.server" section="java.rmi">
  <package-item name="java.security">
  <package-item name="java.security.acl" section="java.security">
  <package-item name="java.security.cert" section="java.security">
  <package-item name="java.security.interfaces" section="java.security">
  <package-item name="java.security.spec" section="java.security">
  <package-item name="java.sql">
  <package-item name="java.text">
  <package-item name="java.util">
  <package-item name="java.util.zip">
</package-list>

<H4>Testing</H4>
<en>
<p>
The test framework for GNU Classpath is called 
<link url="http://sources.redhat.com/mauve/" name="Mauve">.  There 
are instructions within the Mauve website on how to download and use Mauve.
</en>
</p>

<H4>Virtual Machines</H4> 
<en>
<p>
The primary target for GNU Classpath was originally <link
url="http://www.japhar.org/" name="Japhar">.  Japhar-0.07 works out-of-the-box with
GNU Classpath-0.00.  Japhar-0.09 is required for newer releases of GNU
Classpath.  In the past couple of years no one has been able to take
over the maintenance of Japhar and once again Japhar does not work
with GNU Classpath CVS.  Thankfully other VMs have taken an
interest in GNU Classpath and those are listed below.
</p>

<table border="1">
<tr><th>JVM</th><th>Description</th></tr>
<tr>
<td><link url="http://sources.redhat.com/java/" name="GCJ"></td>
<td>
Although GNU Classpath cannot be compiled for use with
GCJ at this time, a lot of work has been done to merge GCJ class
library code and GNU Classpath class library code.  This has resulted
in a better version of each.  The current merge status between the two
projects is <link url="http://gcc.gnu.org/java/libgcj-classpath-compare.html"
name="located here">.
</td>
</tr>
<tr>
<td><link url="http://www.intel.com/research/mrl/orp/" name="ORP"></td>
<td>
Information about ORP
can also be found at <link url="http://orp.sourceforge.net/"
name="http://orp.sourceforge.net/">.  We're hopeful that the next
version of ORP after 1.0.6 will allow users to optionally use GNU
Classpath native libraries instead of those bundled with ORP.  ORP is
the easiest VM to test GNU Classpath with including JNI native libraries
but you must patch ORP to do so.  Information is available in the
mailing list archives.
</td>
</tr>
<tr>
<td><link url="http://kissme.sourceforge.net/" name="Kissme"></td>
<td>
This VM includes a modified version of the GNU Classpath libraries.
</td>
</tr>
<tr>
<td><link url="http://www.sablevm.org/" name="SableVM"></td>
<td>
This VM also uses a modified version of the GNU Classpath libraries.
</td>
</tr>
<tr>
<td><link url="http://www.eecg.toronto.edu/~doylep/jupiter/" name="Jupiter"></td>
<td>
This VM also uses a modified version of the GNU Classpath libraries.
</td>
</tr>
<tr>
<td><link url="http://aegisvm.sourceforge.net/" name="AegisVM"></td>
<td>
The Aegis VM Project is an on-going effort to develop a lightweight,
secure virtual machine for executing Java bytecode.  The Aegis VM will
eventually feature a modular bytecode verification architecture that
allows user-defined static verification procedures to be integrated
into the VM's dynamic linking process through pluggable verification
modules.
</td>
</tr>
</table>
</en>
<footer>