Update driver

This commit is contained in:
DuongDo-InterSystems 2020-11-13 10:33:53 -05:00
parent a3af0b50aa
commit 058eee6d76
3 changed files with 2 additions and 2 deletions

View File

@ -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

Binary file not shown.

Binary file not shown.