#!/bin/ksh

BASEDIR=$(readlink -f "$0")
BASE=$(dirname "$BASEDIR")
FIPER_HOME=`cd "$BASE/../.."; \pwd`
export FIPER_HOME

cd $FIPER_HOME/code

# Isight 2023x onwards JRE will be present at the default path. For JRE8 its:  .\win_b64\code\jre8\bin\java.exe
# For now this script does not perform any operation.




