OSDN Git Service

Initial revision
[pf3gnuchains/gcc-fork.git] / libjava / classpath / doc / www.gnu.org / downloads / 20010106.wml
1 #!wml --include=..
2
3 <set-var last-modified-author="cbj">
4
5 ##
6 # Ignore <en> tags without removing them (may be used in future)
7 #
8 <define-tag en endtag=required>
9 %body
10 </define-tag>
11
12 #include <include/layout.wml>
13
14 <subject "GNU Classpath 0.02 Annoucement (2001-01-05)">
15 <h1>GNU Classpath 0.02 Annoucement (2001-01-05)</h1>
16
17
18 <p>
19 <en>
20 I am pleased to announce a new development
21 release of GNU Classpath, a project to create a free software
22 replacement for Sun's proprietary Java class libraries.  The project
23 is initially providing class library support for the Japhar JVM, but
24 will soon provide out of the box support SableVM, Intel's ORP, and
25 Kaffe.  The major improvements for this release are the addition of a
26 correct security policy file and exception stack traces are now
27 printed when using Japhar.
28 </en>
29 </p>
30 <p>
31 <en>
32 Here are the answers to some questions you might have about this project 
33 and this release.
34 </en>
35 </p>
36 <p>
37 <en>
38 1).  Where can I get it?
39 </en>
40 </p>
41 <p>
42 <en>
43 GNU Classpath 0.02 can be downloaded from:
44
45 <createlink url="ftp://alpha.gnu.org/pub/gnu/classpath/classpath-0.02.tar.gz"
46       name="ftp://alpha.gnu.org/pub/gnu/classpath/classpath-0.02.tar.gz">
47 </en>
48 </p>
49 <p>
50 <en>
51 2).  What is included?
52 </en>
53 </p>
54 <p>
55 <en>
56 The following java packages are supported:
57 </en>
58 </p>
59 <UL>
60   <LI>java.beans</LI>
61   <LI>java.io</LI>
62   <LI>java.lang</LI>
63   <LI>java.lang.reflect</LI>
64   <LI>java.math</LI>
65   <LI>java.net</LI>
66   <LI>java.security (partially functioning)</LI>
67   <LI>java.security.acl</LI>
68   <LI>java.security.interfaces</LI>
69   <LI>java.util</LI>
70 </UL>
71 <p>
72 <en>
73 This is enough to run many non-awt programs.  Not all classes and
74 methods are implemented in this release, but most are.  Many of the
75 implemented classes are already up to the Java 1.2 spec.
76 </en>
77 </p>
78 <p>
79 <en>
80 3).  What is required to build/install/run?
81 </en>
82 </p>
83 <p>
84 <en>
85 GNU Classpath requires that Japhar 0.09 be installed along with a
86 single patch to Japhar 0.09 included with the release.  Information on
87 obtaining Japhar is available from <createlink url="http://www.hungry.com/old-hungry/products/japhar/"
88 name="http://www.hungry.com/old-hungry/products/japhar/">.  A working C compiler is also required.  You
89 will need IBM's Jikes Java compiler installed if you elect to
90 recompile the Java classes and Sun's 1.1.8 JDK javah installed to
91 create native header files.  RPMs compatible with Red Hat 7 have been
92 created of Japhar, NSPR, a cross platform thread library Japhar uses,
93 and GNU Classpath.  Installing onto a Gnome workstation should provide
94 the rest of the required libraries automatically.  Otherwise, you may
95 need to install libart and other packages detailed more precisely in
96 the HACKING file.
97 </en>
98 </p>
99 <p>
100 <en>
101 4).  What platforms are supported?
102 </en>
103 </p>
104 <p>
105 <en>
106 GNU/Linux is the only platform that has been tested.  We plan to 
107 eventually support many others.
108 </en>
109 </p>
110 <p>
111 <en>
112 5).  Who should use this software?
113 </en>
114 </p>
115 <p>
116 <en>
117 This is a development release only.  You should only install it if you
118 are interested in Classpath development or reporting bugs.  We appreciate
119 both.  You might also be interested if you enjoy installing random alpha
120 software.
121 </en>
122 </p>
123 <p>
124 <en>
125 6).  Where do I go for more information?
126 </en>
127 </p>
128 <p>
129 <en>
130 The project has a web page at 
131
132 <createlink url="http://www.classpath.org/" name="http://www.classpath.org/">
133
134 and
135
136 <createlink url="http://www.gnu.org/software/classpath/classpath.html"
137       name="http://www.gnu.org/software/classpath/classpath.html">
138
139 Information on our mailing list is available at the web site.
140 </en>
141 </p>