diff --git a/README.md b/README.md index 1590d0d..120476c 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This is a simple Hello World example to show a JDBC connection to InterSystems I ## Run the sample In the integrated terminal window type: * `cd /home/project/Samples-java-helloworld` -* `javac -cp ".:intersystems-jdbc-3.0.0.jar" HelloWorld.java` -* `java -cp ".:intersystems-jdbc-3.0.0.jar" HelloWorld` +* `javac -cp ".:intersystems-jdbc-3.2.0.jar" HelloWorld.java` +* `java -cp ".:intersystems-jdbc-3.2.0.jar" HelloWorld` This outputs data about the first five birds stored within InterSystems IRIS. diff --git a/intersystems-jdbc-3.0.0.jar b/intersystems-jdbc-3.0.0.jar deleted file mode 100644 index 5a5d265..0000000 Binary files a/intersystems-jdbc-3.0.0.jar and /dev/null differ diff --git a/intersystems-jdbc-3.2.0.jar b/intersystems-jdbc-3.2.0.jar new file mode 100644 index 0000000..f8ba3ac Binary files /dev/null and b/intersystems-jdbc-3.2.0.jar differ