d3f4e3f527 | ||
---|---|---|
HelloWorld.java | ||
LICENSE | ||
README.md | ||
intersystems-jdbc-3.0.0.jar |
README.md
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.
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
Keep Exploring
- To see another example of using Java and InterSystems IRIS, see the Java multi-model example.
- Or, continue to work with the pre-loaded petstore data.