Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
test@wilma:~/install/jade_client.1.6.4043> vi jade_client.xml
test@wilma:~/install/jade_client.1.6.4043> more jade_client.
jade_client.: Datei oder Verzeichnis nicht gefunden
test@wilma:~/install/jade_client.1.6.4043> more jade_client.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
XML configuration file for JADE Client setup

If you call the setup with this XML file then
you accept at the same time the terms of the
GNU GPL 2.0 License agreement (see licence.gpl or
http://www.gnu.org/licenses/gpl-2.0.html)
-->
<AutomatedInstallation langpack="eng">
    <com.izforge.izpack.panels.UserInputPanel id="home">
        <userInput/>
    </com.izforge.izpack.panels.UserInputPanel>
    <com.izforge.izpack.panels.HTMLLicencePanel id="licence"/>
    <com.izforge.izpack.panels.TargetPanel id="target">

        <!-- SELECT THE INSTALLATION PATH
             The path must be absolute!
             Default paths are
             /opt/sos-berlin.com/jade/client for Unix
             C:\Program Files\sos-berlin.com\jade\client for Windows -->
        <installpath>/home/test/sos-berlin.com/jade</installpath>

    </com.izforge.izpack.panels.TargetPanel>
    <com.izforge.izpack.panels.InstallPanel id="install"/>
    <com.izforge.izpack.panels.ProcessPanel id="process"/>
    <com.izforge.izpack.panels.FinishPanel id="finish"/>
</AutomatedInstallation>

4. Run the installer

The setup.sh calls sudo to get root permissions. It is strongly recommended that you not logged in as root.
root permissions are not mandatory to install JADE.
If you want to start the installer without root permissions , then you can execute setup.sh with the '-u' option.

Code Block
languagebash
test@wilma:~/install/jade_client.1.6.4043> ./setup.sh -u jade_client.xml
java -Dizpack.mode=privileged -jar "./jade_client.jar" jade_client.xml
[ Starting automated installation ]
[ Starting to unpack ]
[ Processing package: package.jade_client (1/1) ]
[ Unpacking finished ]
[ Starting processing ]

+-----------------------------------------------------------
|   Update jar files in ./lib
+-----------------------------------------------------------
... done
[ Processing finished ]
[ Writing the uninstaller data ... ]
[ Automated installation done ]
test@wilma:~/install/jade_client.1.6.4043>

...