From d603fe3538663d55866e87f7c23547a72ca6382c Mon Sep 17 00:00:00 2001 From: prabatuty Date: Thu, 27 Dec 2007 16:05:19 +0000 Subject: [PATCH] 1.2 Beta release changes --- examples/jdbc/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/jdbc/README b/examples/jdbc/README index d91b790d..7dbaa4ca 100644 --- a/examples/jdbc/README +++ b/examples/jdbc/README @@ -26,7 +26,9 @@ How to run 2. Set the LD_LIBRARY_PATH environment variable to csql library path $export LD_LIBRARY_PATH=$CSQL_INSTALL_ROOT/lib:$LD_LIBRARY_PATH -3. Run the class file created by make +3. Set the CLASSPATH environment variable to csql jdbc jar + $export CLASSPATH=.:$CLASSPATH:$CSQL_INSTALL_ROOT/lib/CSqlJdbcDriver.jar +4. Run the class file created by make $java jdbcexample Output of example: -- 2.11.4.GIT