@echo off
rem //*************************************************************************
rem //* Hitachi Co,Ltd. Proprientary Information
rem //* The information contained herein is confidental proprientary of
rem //* Hitachi Co,Ltd.
rem //* Reproduction,use,modification,or disclosure otherwise than
rem //* permitted in the Agreement is stricity prohibited.
rem //*************************************************************************
rem //* All Right reserved,Copyright(C), 2019 Hitachi Co,Ltd.
rem //*************************************************************************

pushd %~dp0\..\
set SVP_ROOT=%CD%
popd
set JAVA_NAME=openjdk11
set JAVA_DIR=%SVP_ROOT%\oss\%JAVA_NAME%
set JAVALIB_DIR=%SVP_ROOT%\oss\java_libs
set CMN_CLSPATH=%JAVALIB_DIR%\activation.jar;%JAVALIB_DIR%\jaxb-api.jar;%JAVALIB_DIR%\jaxb-core.jar;%JAVALIB_DIR%\jaxb-impl.jar;%JAVALIB_DIR%\jaxb-jxc.jar;%JAVALIB_DIR%\jaxb-xjc.jar;%JAVALIB_DIR%\jaxws-api.jar;%JAVALIB_DIR%\jta-1_1-classes.jar;
