
                                             Software- und
                                             Organisations-
                                             Service GmbH

Solutions and components                     Giesebrechtstr. 15
for systems integration                      D-10629 Berlin
                                             tel  +49 (30) 86 47 90-0
                                             fax  +49 (30) 8 61 33 35
                                             mail info@sos-berlin.com
                                             web   www.sos-berlin.com


JADE Client
===========================

Copyright (C) 2005-2017 SOS GmbH, Berlin.

Extract the archive jade_client.1.13.4.tar.gz to an arbitrary directory,
e.g. /tmp/ and run the installer dialog for JADE Client using

/tmp/jade_client.1.13.4/setup.sh


The setup.sh calls sudo to get root permissions.
It is important that sudo writes the account of the caller into the $SUDO_USER environment variable.
You can test it with "sudo printenv | grep SUDO_USER"
Otherwise call "setup.sh" with the -E option.

/tmp/jade_client.1.13.4/setup.sh -E

It is strongly recommended that you not logged in as root.


root permissions are not mandatory.
If you want to start the installer without root permissions
then you can call it with the -u option.

/tmp/jade_client.1.13.4/setup.sh -u


If you want to start the installer without dialog, e.g. no X-Server is installed,
you have to extract the file jade_client_install.xml too, e.g. to /tmp/.
After you have configured the jade_client_install.xml you call

/tmp/jade_client.1.13.4/setup.sh [-E] /tmp/jade_client.1.13.4/jade_client_install.xml

or

/tmp/jade_client.1.13.4/setup.sh -u /tmp/jade_client.1.13.4/jade_client_install.xml


A shell in /bin/sh is required.

JADE Client requires an Oracle Java environment at least 1.7.x.