diff --git a/README.md b/README.md index 412e83b..acc73f5 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ This is a simple hello world example to show a JDBC connection to InterSystems I 3. For AWS, GCP, or Azure ONLY: Edit line 14 to change the ip to "try-iris" (Please skip this step if using InterSystems Learning Labs) 4. In the terminal window type: `cd Samples-java-helloworld/simple` - `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` ## To run this code locally 1. Clone this repo diff --git a/lib/intersystems-jdbc-3.0.0.jar b/lib/intersystems-jdbc-3.0.0.jar deleted file mode 100644 index 5a5d265..0000000 Binary files a/lib/intersystems-jdbc-3.0.0.jar and /dev/null differ diff --git a/lib/intersystems-jdbc-3.2.0.jar b/lib/intersystems-jdbc-3.2.0.jar new file mode 100644 index 0000000..f8ba3ac Binary files /dev/null and b/lib/intersystems-jdbc-3.2.0.jar differ