Installation

Below are instructions for installing Quezen.

Requirements

Quezen requires either the Java Runtime Environment (JRE) or Java Development Kit to be installed on your system. Quezen was developed and tested with Sun JRE version 1.4.1.01 and it is recommended that you use this version or higher.

You can get Java here:

http://java.sun.com/j2se/1.4.2/download.html

Since you are interested in Quezen then you probably already have a successfull installation of OpenJMS running on your network thus you probably already know how to set up Java. If not, below are some java pointers as they relate to running Quezen.

You can test your Java installation by opening a terminal/command window and running the line java -version. You should get back something similar to the following:

java version "1.4.1_01

If you instead get a message saying that the command "java" is unrecognized then you need to add the bin sub-directory of your java installation to your systems path

Install Steps

Installing Quezen is extremely easy.

To install Quezen:

  • If you haven't already done so then download Quezen here
  • Extract the package to a folder of your choosing.

Thats it.

Running Quezen

You can start Quezen by running this command sh {QUEZEN_PATH}/Quezen.sh for Linux or {QUEZEN_PATH}/Quezen.bat where QUEZEN_PATH is the location you unpacked the install package.

Troubleshooting

If you get a java.lang.UnsatisfiedLinkError then you can try these steps:

  • If on Linux, verify that Quezen-X.X.X.jar and libswt-gtk-3XXX.so and libswt-mozilla-gtk-3XXX.so and libswt-pi-gtk-3XXX.so are in the same folder or are in your java.library.path. For windows users the file will be called swt-win32-3XXX.dll.

  • If the above step doesn't work then try placing these files in the bin directory of your Java installation.