Add Hello World

This commit is contained in:
DuongDo-InterSystems 2021-03-12 16:11:44 -05:00
parent 96018200ce
commit 3d7f86dcfc
3 changed files with 2 additions and 2 deletions

View File

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

Binary file not shown.

BIN
intersystems-jdbc-3.2.0.jar Normal file

Binary file not shown.