I am trying to write one simple oracle Tuxedo client in Java , with Jolt Class Library. I got the sample code in BEA documentation. But I am not able to find out required jars anywhere.
import bea.jolt.*;
public static void main(String args[])
{
JoltSession session;
JoltSessionAttributes sattr;
JoltRemoteService withdrawal;
JoltRemoteService deposit;
JoltTransaction trans;
Can anyone help me out by pointing the required jar location to download or maven repo link , if available.
The jars (jolt.jar) are part of the Tuxedo Download. See Oracle Tuxedo 12cR2 (12.2.2) (Including Tuxedo, SALT and Jolt) in https://www.oracle.com/technetwork/middleware/tuxedo/downloads/index.html
If you don't want to install Tuxedo you may extract the jar with