installation.html 2.8 KB
Newer Older
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
<!-- 
3
Copyright 2004-2008 H2 Group. Multiple-Licensed under the H2 License, Version 1.0,
4 5
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html). 
6 7
Initial Developer: H2 Group
-->
8 9
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><title>
10
Installation
11
</title><link rel="stylesheet" type="text/css" href="stylesheet.css" />
12
<!-- [search] { -->
13 14 15
<script type="text/javascript" src="navigation.js"></script>
</head><body onload="frameMe();">
<table class="content"><tr class="content"><td class="content"><div class="contentDiv">
16
<!-- } -->
17 18 19 20

<h1>Installation</h1>

<a href="#requirements">
21
    Requirements</a><br />
22
<a href="#supported_platforms">
23
    Supported Platforms</a><br />
24
<a href="#installing">
25
    Installing the Software</a><br />
26
<a href="#directory_structure">
27
    Directory Structure</a><br />
28

29
<br /><a name="requirements"></a>
30
<h2>Requirements</h2>
31
<p>
32
To run the database, the following minimum software stack is known to work:
33
</p>
34
<ul>
35 36 37 38
    <li>Windows XP, MacOS, or Linux
    </li><li>Recommended Windows file system: NTFS (FAT32 supports files up to 4 GB)
    </li><li>Sun JDK 1.4 or newer
    </li><li>Mozilla Firefox 1.5 or newer
39
</li></ul>
40

41
<br /><a name="supported_platforms"></a>
42
<h2>Supported Platforms</h2>
43
<p>
44
As this database is written in Java, it can be run on many different platforms.
45
It is tested with Java 1.4, 1.5, and 1.6 but can also be compiled to native code using GCJ.
46
The source code does not use features of Java 1.5. Currently, the database is 
47
developed and tested on Windows XP using the Sun JDK 1.4, but it also 
48
works in many other operating systems and using other Java runtime environments.
49
</p>
50

51
<br /><a name="installing"></a>
52
<h2>Installing the Software</h2>
53
<p>
54
To install the software, run the installer or unzip it to a directory of your choice.
55
</p>
56

57
<br /><a name="directory_structure"></a>
58 59 60 61 62 63 64 65
<h2>Directory Structure</h2>
<p>
After installing, you should get the following directory structure:
</p>
<table>
<tr>
  <th>Directory</th>
  <th>Contents</th>
66
</tr>
67 68
<tr>
  <td>bin</td>
69
  <td>JAR and batch files</td>
70 71 72 73 74 75 76 77 78 79 80 81 82
</tr>
<tr>
  <td>docs</td>
  <td>Documentation</td>
</tr>
<tr>
  <td>docs/html</td>
  <td>HTML pages</td>
</tr>
<tr>
  <td>docs/javadoc</td>
  <td>Javadoc files</td>
</tr>
83 84 85 86
<tr>
  <td>ext</td>
  <td>External dependencies (downloaded when building)</td>
</tr>
87 88
<tr>
  <td>service</td>
89
  <td>Tools to run the database as a Windows Service</td>
90
</tr>
91 92 93 94 95 96
<tr>
  <td>src</td>
  <td>Source files</td>
</tr>
</table>

97 98
<!-- [close] { --></div></td></tr></table><!-- } --><!-- analytics --></body></html>