-
Notifications
You must be signed in to change notification settings - Fork 18
/
INSTALL.jvm
28 lines (19 loc) · 979 Bytes
/
INSTALL.jvm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This describes how to run HOP inside a Java Virtual Machine.
== 1. Introduction ==
HOP can either be executed in native mode or in JVM mode. The native
mode is only operational on Linux systems. The pre-compiled JVM mode
is available on all computers equipped with a complete Java
Development Kit 1.4 or greater. In particular, this port is operational
on Linux, MacOS X, and Microsoft Windows.
~~ As much as possible the native version should be prefered to the JVM
pre-compiled distribution. The JVM pre-compiled distribution is still
experimental.
~~ The pre-compiled HOP version is slower that the native version (about
a factor of 4) and the database library (++sqlite++) is only partially
implemented.
== 2. Requirements ==
An operational JDK 1.4.2 or higher is needed.
== 3. Executing ==
To start HOP, simply launch the jvm with the ++hop.jar++ file. This
operation is machine dependent. On Unix system, the command looks like:
java -jar hop-<VERSION>.jar