Upgrading TAFJ
You can upgrade TAFJ libraries in the existing area.
Completing the Prerequisite Tasks
Before you begin with the TAFJ upgrade, make sure that the required environment variables are set in your system.
To set the required variables,
- Launch a command prompt.
- Set JAVA_HOME. Ensure you use the JDK 11 version.
For 64 bit machines: SET JAVA_HOME=C:\Temenos\Development\3rdParty\jdk\openjdk-11_0_16
- Set TAFJ_HOME as shown below.
Set TAFJ_HOME=C:\LocalArea\TAFJ
- Set ECLIPSE_HOME as shown below.
SET ECLIPSE_HOME= C:\LocalArea\TAFJ\ECLIPSE
Upgrading the TAFJ Libraries
To upgrade the TAFJ libraries,
- Download the latest TAFJ version zip file (TAFJ.DEV.<version>.tar.gz).
- Unzip the file into your chosen folder.
- Run the Patch_TAFJ_xxx.bat/sh.For upgrading on Windows, you will need to run Patch_TAFJ_xxx.bat. For upgrading on other operating systems, you will need to run Patch_TAFJ_xxx.sh.
This will upgrade the necessary folders with the new contents from the new release.
- Restart your Eclipse. This will load the new JARs for the users to use.
- TAFJJEE_EAR.ear. This file can be found under TAFJ_HOME/appserver.
In this topic