the AgentMain.sh script refers to personal profile environment variables
instead of JDBC-OP TCK
to recreate:
1. cd $TCK_PATH/ri
2. vi AgentMain.sh
#!/bin/sh
# This script can be used as an example how to start AgentMain. You should
# change the following variables according to your environment.
# Location of PP reference implementation
-----
if [ -z "$RI_HOME" ]; then RI_HOME=/java/re/jdbc_cdc/1.0/promoted/latest/binaries/linux-i686; fi
# Location of PP TCK
------
both should be JDBC-OP not PP
instead of JDBC-OP TCK
to recreate:
1. cd $TCK_PATH/ri
2. vi AgentMain.sh
#!/bin/sh
# This script can be used as an example how to start AgentMain. You should
# change the following variables according to your environment.
# Location of PP reference implementation
-----
if [ -z "$RI_HOME" ]; then RI_HOME=/java/re/jdbc_cdc/1.0/promoted/latest/binaries/linux-i686; fi
# Location of PP TCK
------
both should be JDBC-OP not PP