d98ff51491
Update README.md with changes for Theia IDE |
||
---|---|---|
.settings | ||
lib | ||
src/main | ||
.classpath | ||
.project | ||
LICENSE | ||
README.md | ||
Samples-java-helloworld.iml | ||
Samples-java-helloworld.ipr | ||
pom.xml |
README.md
Samples-java-helloworld
Simple hello world code to show a Java connection to InterSystems IRIS
To run this code in provided Theia IDE
Edit Samples-java-helloworld/Simple/HelloWorld.java:
- comment out line 4 as we won't need the package declaration
- edit line 14 to change the ip to "try-iris"
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