Installation of Qizx simply consists in unpacking the zipped distribution:
Check that the requirements of the previous chapter are met by your platform. In particular, you need a Java Runtime Environment (JRE) version 1.5+. For example:
$ java -version java version "1.5.0_11" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03) Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing)
Unzip the qizx.zip
package. This will create a qizx-
directory where VVV
VVV
is the version of Qizx.
For example:
$ cd /usr/share $ unzip -l /tmp/qizx-4.1.zip $ ls qizx-4.1 bin config docs legal lib server src.zip
You can directly run the qizx
or qizxstudio
shell scripts from any location by giving the proper path:
$ qizx-4.1/bin/qizxstudio &
You may want to add the directory
to your QIZX_HOME
/binPATH
environment variable.
Check that the requirements of the previous chapter are met by your platform. In particular, you need a Java Runtime Environment (JRE) version 1.5+. For example:
C:\Program Files> java -version java version "1.5.0_11" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03) Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing)
Unzip the qizx.zip
package. This will create a qizx-
directory where VVV
VVV
is the version of Qizx.
For example:
C:\Program Files> unzip -l \temp\qizx-4.1.zip C:\Program Files> dir qizx-4.1 ... <DIR> bin ... <DIR> config ... <DIR> docs ... <DIR> legal ... <DIR> lib ... <DIR> server ... <DIR> src.zip
You can directly run the qizx.bat
or qizxstudio.bat
batch files from any location by giving the proper path:
C:\Program Files> qizx-4.1\bin\qizxstudio
You may want to add the directory
to your QIZX_ROOT
\binPATH
environment variable.