<?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- Copyright 2004-2007 H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html). Initial Developer: H2 Group --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="ja"> <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>