Installing TAFJ on Unix or Linux Platforms
For Unix, a single TAR file is used for installing TAFJ.
Procedure
- Run the tar -xf (file_name) command as shown below.
$ tar -xf Setup_[version].tar
$ ls
Setup_TAFJ.[version].jar
Setup_TAFJ.[version].sh
Setup_TAFJ.[version].bat
- Run the following script:
$ . ./Setup_TAFJ.<version>.sh
YAJI v R18
WARNING : JDK 1.8 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)
.
.
.
TAFJSync/log4j-1.2.13.jar (bin)
TAFJSync/logger.properties (text)
TAFJSync/logs (text)
TAFJSync/README (text)
TAFJSync/TAFJSyncServer.jar (bin)
TAFJSync/tSync (text)
YajiAddOn.classYajiUtil.classGetting available devices .... [DONE]
Creating first project "tafj" ... [DONE]
Updating : 'C:\TAFJ_GA\conf\tafj.properties'.
Updating : 'C:\TAFJ_GA\conf\.properties'.
Updating : 'C:\TAFJ_GA\conf\.data'.
Updating : '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 8 or above. .
===========================================================
Press ENTER to terminate.
NOTE: The JAVA_HOME environment variable must be set before running the scripts.
In this topic