Versions Compared

Key

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

...

1. Requirements

  • Starting from release 1.3.7 9 an Oracle or openJDK Java Runtime Environment 1.6 8 or later newer is required.
  • Starting from release 1.6.4043 an Oracle Java Runtime Environment 1.7 or later newer is required.
  • Starting from release 1.3.9 7 an Oracle Java Runtime Environment 1.8 6 or later newer is required.

2. Download YADE installer

...

Code Block
languagebash
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
XML configuration file for JADEYADE 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>

...