Merge pull request #5 from MichelleSpisakISC/patch-1

Copy edit
This commit is contained in:
DuongDo-Intersystems 2019-07-01 11:56:32 -04:00 committed by GitHub
commit 946d922475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Samples-java-helloworld
This is a simple hello world example to show a JDBC connection to InterSystems IRIS. It retrieves and outputs sample petstore data that has been pre-loaded into your instance of InterSystems IRIS.
This is a simple Hello World example to show a JDBC connection to InterSystems IRIS. It retrieves and outputs sample petstore data that has been preloaded into your instance of InterSystems IRIS.
## Run the sample
In the integrated terminal window type:
@ -8,6 +8,6 @@ In the integrated terminal window type:
* `java -cp ".:intersystems-jdbc-3.0.0.jar" HelloWorld`
## Keep Exploring
* To see another example of using Java and InterSystems IRIS, see the [Java multi-model example](../quickstarts-multimodel-java/README.md).
* Or, continue to work with the pre-loaded petstore data.
* To see another example using Java and InterSystems IRIS, see the [Java multi-model example](../quickstarts-multimodel-java/README.md).
* Or continue to work with the preloaded petstore data.