installation_ja.html 3.2 KB
Newer Older
1 2 3
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- 
4
Copyright 2004-2007 H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html). 
5 6
Initial Developer: H2 Group
-->
7
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="ja">
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
<head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><title>
Installation
</title><link rel="stylesheet" type="text/css" href="stylesheet.css" />
<script type="text/javascript" src="navigation.js"></script>
</head><body onload="frameMe();">
<table class="content"><tr class="content"><td class="content"><div class="contentDiv">

<h1>インストール</h1>

<a href="#requirements">
    必要条件</a><br />
<a href="#supported_platforms">
    サポートされているプラットフォーム</a><br />
<a href="#installing">
    ソフトウェアのインストール </a><br />
<a href="#directory_structure">
    ディレクトリ構成</a><br />

<br /><a name="requirements"></a>
<h2>必要条件</h2>
データベースを実行するために、以下のソフトウェアが動作することを確認します。 互換性のあるソフトウェアでも動作しますが、テストはされていません。
<ul>
    <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
</li></ul>

<br /><a name="supported_platforms"></a>
<h2>サポートされているプラットフォーム</h2>
このデータベースはJavaで書かれているため、多くの異なったプラットフォームで実行することができます。 Java 1.4 と 1.5でテストされましたが、GCJを使用することでネイティブコードにコンパイルすることもできます。 ソースコードはJava 1.5の特徴は使われていません。現在、データベースはWindows XPでSun JDKを使用して開発、テストされていますが、 おそらく、他の多くのOSと他のJava Runtime Environmentを使用しても動作するでしょう。 

<br /><a name="installing"></a>
<h2>ソフトウェアのインストール</h2>
ソフトウェアをインストールするために、インストーラーを実行するか 選択したディレクトリにソフトウェアを解凍します。

<br /><a name="directory_structure"></a>
<h2>ディレクトリ構成</h2>
<p>
インストール後、下記のディレクトリ構成が作られます:
</p>
<table>
<tr>
  <th>ディレクトリ</th>
  <th>コンテンツ</th>
</tr>
<tr>
  <td>bin</td>
  <td>JAR and batch files</td>
</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>
<tr>
  <td>odbc</td>
  <td>ODBC drivers and tools</td>
</tr>
<tr>
  <td>service</td>
  <td>Tools to run the database as a Windows Service</td>
</tr>
<tr>
  <td>src</td>
  <td>Source files</td>
</tr>
</table>

</div></td></tr></table></body></html>