comparison docs/required_packages.html @ 0:3dc0c5604566

Initial checkin of blitz 2.0 fcs - no installer yet.
author Dan Creswell <dan.creswell@gmail.com>
date Sat, 21 Mar 2009 11:00:06 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3dc0c5604566
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <title>Required Packages</title>
5
6
7 </head>
8
9
10 <body>
11
12 <h2>Packages Required to run Blitz</h2>
13
14 <h3>JDK 1.4.x</h3>
15
16 Available from <a href="http://java.sun.com">Java.sun.com</a>
17 <h3>JINI 2.1</h3>
18
19 <p>Available from <a href="https://starterkit.dev.java.net/">starterkit.dev.java.net</a></p>
20
21 <p>Note that Blitz will run against JINI 2.0 however any existing
22 scripts you have will need adjusting for backward compatibility.
23 </p>
24
25 <h3>Brian Murphy's JINI 2.x Starter scripts and configuration</h3>
26
27 <p>These are not strictly necessary, but they are used
28 extensively in the examples throughout the documentation. If you do not
29 wish to follow along with the examples, you needn't install this
30 package. However, these scripts do make managing a JINI environment a
31 lot easier so it's worth the trouble!</p>
32
33 <p>Scripts for JINI 2.1 are available from <a href="http://www.dancres.org/cottage/jini-start-examples-2_1.zip">here</a>.
34 Scripts for JINI 2.0.x are available from the <a href="http://www.dancres.org/cottage/jini-start-examples.zip">here</a>.</p>
35
36 <p>Be sure to read the installation notes carefully!</p>
37
38 <h2>Additional Packages required to compile Blitz</h2>
39
40 <p>If you just want to run Blitz using the binary distribution
41 you don't need any of these packages.</p>
42
43 <h3>Ant 1.5.3</h3>
44
45 <p>Available from <a href="http://ant.apache.org/">Apache.org</a></p>
46
47
48 <div align="center"><a href="../index.html">Back
49 to Documentation</a></div>
50
51 </body>
52 </html>