Update README.md

This commit is contained in:
DuongDo-Intersystems 2021-02-24 10:26:35 -05:00 committed by GitHub
parent 058eee6d76
commit c2038a0063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@ This is a simple hello world example to show a JDBC connection to InterSystems I
1. Clone this repo 1. Clone this repo
2. Open the repo in your favorite Java IDE (such as Eclipse, IntelliJ, or NetBeans) 2. Open the repo in your favorite Java IDE (such as Eclipse, IntelliJ, or NetBeans)
3. Open Samples-java-helloworld/simple/HelloWorld.java and verify ip, password, port, and username are right. Update as necessary. 3. Open Samples-java-helloworld/simple/HelloWorld.java and verify ip, password, port, and username are right. Update as necessary.
4. Set up a classpath to intersystems-jdbc-3.0.0.jar 4. Set up a classpath to intersystems-jdbc-3.2.0.jar
5. Run HelloWorld.java 5. Run HelloWorld.java