summaryrefslogtreecommitdiff
path: root/doc/www.gnu.org/classpath.mhtml
blob: a9fe3f7f75628eaee54a61dc46da2f3f0c0377dd (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
<set-var last-modified-author="cbj">

<include macros.mhtml>
<header "GNU Classpath">
<plain-text>
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.

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

As a special exception, if you link this library with other files to
produce an executable, this library does not by itself cause the
resulting executable to be covered by the GNU General Public License.
This exception does not however invalidate any other reasons why the
executable file might be covered by the GNU General Public License.

As such, it can be used to run free as well as proprietary
applications and applets.

Classpath is a work in progress.  There have been no public releases;
however, pre-release source code is available via GNU's anonymous CVS
server, and snapshots of the Classpath tree have been released and are
available from <link ftp://alpha.gnu.org/gnu/classpath/
ftp://alpha.gnu.org/gnu/classpath/>.  CVSROOT is
<tt>:pserver:anoncvs@subversions.gnu.org:/cvs</tt>; Module is
<tt>classpath</tt>.  There is no password.
</plain-text>

<H4>Announcements</H4>
<UL>
  <LI><link /software/classpath/announce/20010106.html 
       "GNU Classpath Version 0.02"> (2001-01-06)</LI>
  <LI><link /software/classpath/announce/20001120.html 
       "GNU Classpath Version 0.01"> (2000-11-20)</LI>
  <LI><link /software/classpath/announce/19990206.html 
       "GNU Classpath Version 0.00"> (1999-02-06)</LI>
</UL>

<H4>Documentation</H4>
<UL>
  <LI><link /software/classpath/doc/hacking.html 
       "GNU Classpath Hacker's Guide"></LI>
  <LI><link /software/classpath/doc/vmintegration.html
       "Virtual Machine Integration Guide"></LI>
  <LI><link /software/classpath/doc/classpath-japhar.html
       "Installing Japhar and Classpath"></LI>
</UL>

<H4>Mailing List</H4>
<plain-text>
There is one general discussion list for Classpath. You may  
<link http://mail.gnu.org/mailman/listinfo/classpath/ subscribe> to 
the mailing list via the web.  However, you may also 
just send an email message with a subject of "subscribe" 
to <link mailto:classpath-request@gnu.org?subject=subscribe
&lt;classpath-request@gnu.org&gt;>.  You may  
<link http://mail.gnu.org/mailman/listinfo/classpath/ unsubscribe> 
from the mailing list via the web as well.  To send a message to the list, 
mail it to <link mailto:classpath@gnu.org &lt;classpath@gnu.org&gt;>. 
An <link http://www.mail-archive.com/classpath%40gnu.org/ archive> of 
the list is available which dates back to the beginning of the project.  
A new, but less comprehensive, archive of the mailing list is now located 
on <link http://mail.gnu.org/mailman/listinfo/classpath/ mail.gnu.org>.
</plain-text>

<H4>Status</H4>
<plain-text>
We're aiming for GNU Classpath 1.0 to be fully compatible with Java
1.1 and largely compatible with Java 1.2.  Detailed information on the
current state of a package can be obtained by clicking on the
appropriate link below.
</plain-text>
<package-list>
  <package-item java.applet>
  <package-item java.awt>
  <package-item java.awt.datatransfer java.awt>
  <package-item java.awt.event java.awt>
  <package-item java.awt.image>
  <package-item java.awt.peer java.awt>
  <package-item java.beans>
  <package-item java.beans.beancontext java.beans>
  <package-item java.io>
  <package-item java.lang>
  <package-item java.lang.ref java.lang>
  <package-item java.lang.reflect java.lang>
  <package-item java.math>
  <package-item java.net>
  <package-item java.rmi>
  <package-item java.rmi.dgc java.rmi>
  <package-item java.rmi.registry java.rmi>
  <package-item java.rmi.server java.rmi>
  <package-item java.security>
  <package-item java.security.acl java.security>
  <package-item java.security.cert java.security>
  <package-item java.security.interfaces java.security>
  <package-item java.security.spec java.security>
  <package-item java.sql>
  <package-item java.text>
  <package-item java.util>
  <package-item java.util.zip>
</package-list>

<H4>Virtual Machines</H4> 
<plain-text> 

The primary target for GNU Classpath was originally <link
http://www.japhar.org 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.  There are however four other target VMs we'd like to work
with out-of-the-box.  Those are <link http://sources.redhat.com/java/
GCJ>, <link http://www.sablevm.org/ SableVM>, <link
http://www.kaffe.org Kaffe>, <link http://kissme.sourceforge.net/ Kissme>, 
and <link http://www.intel.com/research/mrl/orp/ Intel's ORP>.

Porting Classpath to <link http://www.transvirtual.com/kaffe.html
Kaffe> should be rather trivial, but no one has started work on it.
If you're interested in doing this work, please send us an email to
<link mailto:classpath@gnu.org &lt;classpath@gnu.org&gt;>.  SableVM,
Kissme, and ORP both already use some form of GNU Classpath for their class
libraries.

</plain-text>

<footer>