Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
e7197fcc
提交
e7197fcc
authored
6月 01, 2009
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
prepare release
上级
b34ed604
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
11 行增加
和
11 行删除
+11
-11
build.html
h2/src/docsrc/html/build.html
+5
-5
faq.html
h2/src/docsrc/html/faq.html
+1
-1
features.html
h2/src/docsrc/html/features.html
+1
-1
installation.html
h2/src/docsrc/html/installation.html
+3
-3
tutorial.html
h2/src/docsrc/html/tutorial.html
+1
-1
没有找到文件。
h2/src/docsrc/html/build.html
浏览文件 @
e7197fcc
...
...
@@ -43,14 +43,14 @@ It can also be compiled to a native executable using GCJ.
<br
/><a
name=
"environment"
></a>
<h2>
Environment
</h2>
<p>
A Java Runtime Environment (JRE) version 1.
4
or higher is required to run this database.
A Java Runtime Environment (JRE) version 1.
5
or higher is required to run this database.
</p>
<p>
To build the database executables, the following software stack was used.
Newer version or compatible software works too.
</p>
<ul><li>
Mac OS X and Windows XP
</li><li><a
href=
"http://java.sun.com/javase/downloads"
>
Sun JDK Version 1.
4, 1.5,
and 1.6
</a>
</li><li><a
href=
"http://java.sun.com/javase/downloads"
>
Sun JDK Version 1.
5
and 1.6
</a>
</li><li><a
href=
"http://www.eclipse.org"
>
Eclipse Version 3.4
</a>
</li><li>
Eclipse Plugins:
<a
href=
"http://subclipse.tigris.org"
>
Subclipse 1.4.6
</a>
,
...
...
@@ -66,7 +66,7 @@ Newer version or compatible software works too.
<br
/><a
name=
"building"
></a>
<h2>
Building the Software
</h2>
<p>
You need to install a JDK, for example the Sun JDK version 1.
4, 1.
5 or 1.6.
You need to install a JDK, for example the Sun JDK version 1.5 or 1.6.
Ensure that Java binary directory is included in the PATH environment variable, and that
the environment variable JAVA_HOME points to your Java installation.
On the command line, go to the directory h2 and execute the following command:
...
...
@@ -86,7 +86,7 @@ build jar
<h3>
Switching the Source Code
</h3>
<p>
By default the source code uses Java 1.5 features, however Java 1.
4 and 1.5 are
supported as well.
By default the source code uses Java 1.5 features, however Java 1.
6 is
supported as well.
To switch the source code to the install version of Java, run:
</p>
<pre>
...
...
@@ -170,7 +170,7 @@ using <code>build docs</code>.
<p>
If you like to provide patches, please consider the following guidelines to simplify merging them:
</p>
<ul><li>
Only use Java 1.
4 features (do not use Java 1.5 or
1.6) (see Environment).
<ul><li>
Only use Java 1.
5 features (do not use Java
1.6) (see Environment).
</li><li>
Follow the coding style used in the project, and use Checkstyle (see above) to verify.
For example, do not use tabs (use spaces instead).
The checkstyle configuration is in
<code>
src/installer/checkstyle.xml
</code>
.
...
...
h2/src/docsrc/html/faq.html
浏览文件 @
e7197fcc
...
...
@@ -158,7 +158,7 @@ In older versions, OutOfMemory errors while using the database could corrupt a d
Areas that are not fully tested:
</p>
<ul>
<li>
Platforms other than Windows XP, Linux, Mac OS X, or JVMs other than Sun 1.
4 -
1.6
<li>
Platforms other than Windows XP, Linux, Mac OS X, or JVMs other than Sun 1.
5 or
1.6
</li><li>
The features AUTO_SERVER and AUTO_RECONNECT
</li><li>
The MVCC (multi version concurrency) mode
</li><li>
Cluster mode, 2-phase commit, savepoints
...
...
h2/src/docsrc/html/features.html
浏览文件 @
e7197fcc
...
...
@@ -1283,7 +1283,7 @@ database support SLF4J.
<a
href=
"http://www.slf4j.org"
>
SLF4J
</a>
is a simple facade for various logging APIs
and allows to plug in the desired implementation at deployment time.
SLF4J supports implementations such as Logback, Log4j, Jakarta Commons Logging (JCL),
J
DK 1.4
logging, x4juli, and Simple Log.
J
ava
logging, x4juli, and Simple Log.
</p>
<p>
To enable SLF4J, set the file trace level to 4 in the database URL:
...
...
h2/src/docsrc/html/installation.html
浏览文件 @
e7197fcc
...
...
@@ -34,7 +34,7 @@ To run the database, the following minimum software stack is known to work:
<ul>
<li>
Windows XP, Mac OS X, 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>
Sun JDK 1.
5
or newer
</li><li>
Mozilla Firefox 1.5 or newer
</li></ul>
...
...
@@ -42,8 +42,8 @@ To run the database, the following minimum software stack is known to work:
<h2>
Supported Platforms
</h2>
<p>
As this database is written in Java, it can run on many different platforms.
It is tested with Java 1.
4, 1.5,
and 1.6 but can also be compiled to native code using GCJ.
The source code does not use features of Java 1.
5
. Currently, the database is
It is tested with Java 1.
5
and 1.6 but can also be compiled to native code using GCJ.
The source code does not use features of Java 1.
6
. Currently, the database is
developed and tested on Windows XP and Mac OS X using the Sun JDK 1.5, but it also
works in many other operating systems and using other Java runtime environments.
</p>
...
...
h2/src/docsrc/html/tutorial.html
浏览文件 @
e7197fcc
...
...
@@ -71,7 +71,7 @@ Depending on your platform and environment, there are multiple ways to start the
<td>
Windows
</td>
<td>
Click [Start], [All Programs], [H2], and [H2 Console (Command Line)]
<br
/>
When using the Sun JDK 1.
4 or 1.
5, a window with the title 'H2 Console ' should appear.
When using the Sun JDK 1.5, a window with the title 'H2 Console ' should appear.
When using the Sun JDK 1.6, an icon will be added to the system tray:
<img
src=
"images/db-16.png"
alt=
"[H2 icon]"
/><br
/>
If you don't get the window and the system tray icon,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论