Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
65f4271d
提交
65f4271d
authored
9月 27, 2016
作者:
Noel Grandin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update our docs to reflect Java7 dependency
上级
91b2048d
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
10 行增加
和
10 行删除
+10
-10
pom.xml
h2/pom.xml
+3
-3
build.html
h2/src/docsrc/html/build.html
+4
-4
installation.html
h2/src/docsrc/html/installation.html
+3
-3
没有找到文件。
h2/pom.xml
浏览文件 @
65f4271d
...
@@ -32,8 +32,8 @@
...
@@ -32,8 +32,8 @@
</developers>
</developers>
<properties>
<properties>
<maven.compiler.source>
1.
6
</maven.compiler.source>
<maven.compiler.source>
1.
7
</maven.compiler.source>
<maven.compiler.target>
1.
6
</maven.compiler.target>
<maven.compiler.target>
1.
7
</maven.compiler.target>
<derby.version>
10.10.1.1
</derby.version>
<derby.version>
10.10.1.1
</derby.version>
<osgi.version>
4.2.0
</osgi.version>
<osgi.version>
4.2.0
</osgi.version>
<slf4j.version>
1.6.0
</slf4j.version>
<slf4j.version>
1.6.0
</slf4j.version>
...
@@ -131,7 +131,7 @@
...
@@ -131,7 +131,7 @@
<dependency>
<dependency>
<groupId>
com.sun
</groupId>
<groupId>
com.sun
</groupId>
<artifactId>
tools
</artifactId>
<artifactId>
tools
</artifactId>
<version>
1.
6
</version>
<version>
1.
7
</version>
<scope>
system
</scope>
<scope>
system
</scope>
<systemPath>
${tools.jar}
</systemPath>
<systemPath>
${tools.jar}
</systemPath>
</dependency>
</dependency>
...
...
h2/src/docsrc/html/build.html
浏览文件 @
65f4271d
...
@@ -50,14 +50,14 @@ It can also be compiled to a native executable using GCJ.
...
@@ -50,14 +50,14 @@ It can also be compiled to a native executable using GCJ.
<h2
id=
"environment"
>
Environment
</h2>
<h2
id=
"environment"
>
Environment
</h2>
<p>
<p>
To run this database, a Java Runtime Environment (JRE) version 1.
6
or higher is required.
To run this database, a Java Runtime Environment (JRE) version 1.
7
or higher is required.
</p>
</p>
<p>
<p>
To create the database executables, the following software stack was used.
To create the database executables, the following software stack was used.
To use this database, it is not required to install this software however.
To use this database, it is not required to install this software however.
</p>
</p>
<ul><li>
Mac OS X and Windows
<ul><li>
Mac OS X and Windows
</li><li><a
href=
"http://www.oracle.com/technetwork/java/javase/downloads/index.html"
>
Oracle JDK Version 1.
6 and 1.
7
</a>
</li><li><a
href=
"http://www.oracle.com/technetwork/java/javase/downloads/index.html"
>
Oracle JDK Version 1.7
</a>
</li><li><a
href=
"http://www.eclipse.org"
>
Eclipse
</a>
</li><li><a
href=
"http://www.eclipse.org"
>
Eclipse
</a>
</li><li>
Eclipse Plugins:
</li><li>
Eclipse Plugins:
<a
href=
"http://subclipse.tigris.org"
>
Subclipse
</a>
,
<a
href=
"http://subclipse.tigris.org"
>
Subclipse
</a>
,
...
@@ -72,7 +72,7 @@ To use this database, it is not required to install this software however.
...
@@ -72,7 +72,7 @@ To use this database, it is not required to install this software however.
<h2
id=
"building"
>
Building the Software
</h2>
<h2
id=
"building"
>
Building the Software
</h2>
<p>
<p>
You need to install a JDK, for example the Oracle JDK version 1.
6 or 1.7
.
You need to install a JDK, for example the Oracle JDK version 1.
7 or 1.8
.
Ensure that Java binary directory is included in the
<code>
PATH
</code>
environment variable, and that
Ensure that Java binary directory is included in the
<code>
PATH
</code>
environment variable, and that
the environment variable
<code>
JAVA_HOME
</code>
points to your Java installation.
the environment variable
<code>
JAVA_HOME
</code>
points to your Java installation.
On the command line, go to the directory
<code>
h2
</code>
and execute the following command:
On the command line, go to the directory
<code>
h2
</code>
and execute the following command:
...
@@ -95,7 +95,7 @@ To run the build tool in shell mode, use the command line option <code>-</code>
...
@@ -95,7 +95,7 @@ To run the build tool in shell mode, use the command line option <code>-</code>
<h3>
Switching the Source Code
</h3>
<h3>
Switching the Source Code
</h3>
<p>
<p>
The source code uses Java 1.
6
features.
The source code uses Java 1.
7
features.
To switch the source code to the installed version of Java, run:
To switch the source code to the installed version of Java, run:
</p>
</p>
<pre>
<pre>
...
...
h2/src/docsrc/html/installation.html
浏览文件 @
65f4271d
...
@@ -36,7 +36,7 @@ Other software most likely also works, but is not tested as much.
...
@@ -36,7 +36,7 @@ Other software most likely also works, but is not tested as much.
<h3>
Database Engine
</h3>
<h3>
Database Engine
</h3>
<ul><li>
Windows XP or Vista, Mac OS X, or Linux
<ul><li>
Windows XP or Vista, Mac OS X, or Linux
</li><li>
Sun Java 6
or newer
</li><li>
Oracle Java 7
or newer
</li><li>
Recommended Windows file system: NTFS (FAT32 only supports files up to 4 GB)
</li><li>
Recommended Windows file system: NTFS (FAT32 only supports files up to 4 GB)
</li></ul>
</li></ul>
...
@@ -47,9 +47,9 @@ Other software most likely also works, but is not tested as much.
...
@@ -47,9 +47,9 @@ Other software most likely also works, but is not tested as much.
<h2
id=
"supported_platforms"
>
Supported Platforms
</h2>
<h2
id=
"supported_platforms"
>
Supported Platforms
</h2>
<p>
<p>
As this database is written in Java, it can run on many different platforms.
As this database is written in Java, it can run on many different platforms.
It is tested with Java
6 and
7.
It is tested with Java 7.
Currently, the database is developed and tested on Windows 8
Currently, the database is developed and tested on Windows 8
and Mac OS X using Java
6
, but it also works in many other operating systems
and Mac OS X using Java
7
, but it also works in many other operating systems
and using other Java runtime environments.
and using other Java runtime environments.
All major operating systems (Windows XP, Windows Vista, Windows 7, Mac OS, Ubuntu,...) are supported.
All major operating systems (Windows XP, Windows Vista, Windows 7, Mac OS, Ubuntu,...) are supported.
</p>
</p>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论