commit
946d922475
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue