Platform Framework
R24 AMR | Min(s) read

Installing TAFJ on Unix or Linux Platforms

For Unix, a single TAR file is used for installing TAFJ.

If you do not have the Temenos Transact sources, you will need to give any existing directory in order to continue the setup. The insert directory is optional.

To install TAFJ on Unix,

  1. Run the tar -xf (file_name) command as shown below.
  2. $ tar -xf Setup_[version].tar
    $ ls
    Setup_TAFJ.[version].jar
    Setup_TAFJ.[version].sh
    Setup_TAFJ.[version].bat
  3. Run the following script:

    $ . ./Setup_TAFJ.<version>.sh

    YAJI v R23
    WARNING : JDK 11 or above required
    Starting setup...
    ========================================================
    .   Welcome to the Installation program of TAFJ        .
    . This setup will install the necessary libraries to   .
    . compile and run BASIC programs as well as some       .
    . additional tools and Eclipse plug-ins.               .
    . Note that nothing will be modified outside of the    .
    . directory you will specify for the installation.     .
    . To fully uninstall it, just delete the directory.    .
    ========================================================
    Press ENTER to continue.
    ========================================================
    Please enter the install Directory.
    default : 'C:\Temenos\Development\TAFJ_SOURCES\TAFJ_DEV\TAFJReleases/TAFJ'
    'C:\Temenos\Development\TAFJ_SOURCES\TAFJ_DEV\TAFJReleases\TAFJ' doesn't exist. Create (y/n) ?
    y
    ========================================================
    Please enter the eclipse home directory (Optional).
    When provided, a tafj.link, used to resolve tafj eclipse
    plugins will be created under ECLIPSE_HOME/dropins
    If this file already exist it will be replaced
    default : 'C:\Temenos\Development\TAFJ_SOURCES\TAFJ_DEV\TAFJReleases/TAFJ/conf'
    'C:\Temenos\Development\TAFJ_SOURCES\TAFJ_DEV\TAFJReleases\TAFJ\conf' doesn't exist. Create (y/n) ?
    y
    Extracting META-INF/META-INF/MANIFEST.MF3rdParty/ (dir)
    3rdParty/jackson/ (dir)
    3rdParty/logging/ (dir)
    3rdParty/logging/log4j12/ (dir)
    Extracting appserver/ (dir)
    appserver/icefaces/ (dir)
    appserver/icefaces/jsf/ (dir)
    appserver/icefaces/jsf/iceFaces/ (dir)
    appserver/icefaces/jsf/iceFaces/1.8.2/ (dir)
    appserver/icefaces/jsf/iceFaces/1.8.2/pushserver/ (dir)
    appserver/icefaces/jsf/iceFaces/1.8.2/pushserver/push-server.war (bin)
    appserver/jboss/ (dir)
    appserver/jboss/jboss-app.xml (text)
    appserver/jboss/jboss-classloading.xml (text)
    appserver/jboss/openmq-ds.xml (text)
    appserver/jboss/opnemq-queue-ds.xml (text)
    appserver/jboss/readme.txt (text)
    appserver/jboss/t24-ds.xml (text)
    appserver/jboss/tafj-service.xml (text)
    appserver/TAFJJEE_EAR.ear (bin)
    appserver/was/ (dir)
    appserver/was/createManagement.bat (text)
    .
    .
    .
    samples/basic/HELLO (text)
    samples/basic/HELLO.FAILURE (text)
    samples/basic/HELLO.GR0 (text)
    samples/basic/LOGGER.b (text)
    samples/basic/MAIN.PRG.b (text)
    samples/basic/TEST.SUB.b (text)
    samples/basic/TEST.SUB1.b (text)
    Getting available devices ....   [DONE]
    Creating project "tafj" ...   [DONE]
    Updating : 'C:\TAFJ_GA\conf\tafj.properties'.
    Updating : 'C:\TAFJ_GA\conf\.properties'.
    Updating : 'C:\T24_DEV\Temenos\TAFJ\dbscripts\oracle\javaload'.
    Updating : 'C:\T24_DEV\Temenos\TAFJ\dbscripts\oracle\javaload.bat'.
    Updating : 'C:\T24_DEV\Temenos\TAFJ\dbscripts\oracle\javaunload'.
    Updating : 'C:\T24_DEV\Temenos\TAFJ\dbscripts\oracle\javaunload.bat'.
    Updating : 'C:\T24_DEV\Temenos\TAFJ\dbscripts\oracle\javaloadSingle'.
    Updating : 'C:\T24_DEV\Temenos\TAFJ\dbscripts\oracle\javaloadSingle.bat'.
    Updating : 'C:\T24_DEV\Temenos\TAFJ\dbscripts\oracle\javaunloadSingle'.
    Updating : 'C:\T24_DEV\Temenos\TAFJ\dbscripts\oracle\javaunloadSingle.bat'.
    ECLIPSE_HOME: C:\T24_DEV\Temenos\TAFJ/confUpdating : 'C:\TAFJ_GA\dbscripts\oracle\javaload'.
    Updating : 'C:\TAFJ_GA\dbscripts\oracle\javaload.bat'.
    Updating : 'C:\TAFJ_GA\dbscripts\oracle\javaunload'.
    Updating : 'C:\TAFJ_GA\dbscripts\oracle\javaunload.bat'.
    ===========================================================
    .         Thank you for having installed TAFJ             .
    . *** IMPORTANT ***                                       .
    . Please make sure that you have the environment variable .
    . JAVA_HOME set to a JDK 11 or above.                      .
    ===========================================================
    Press ENTER to terminate.
    
    The JAVA_HOME environment variable must be set before running the scripts.

Copyright © 2020- Temenos Headquarters SA

Published on :
Monday, May 27, 2024 5:02:53 PM IST