Update README.md

This commit is contained in:
DuongDo-Intersystems 2019-07-01 21:27:33 -04:00 committed by GitHub
parent 98cfe13f20
commit 1f4408f846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ This is a simple Hello World example to show a JDBC connection to InterSystems I
## Run the sample
In the integrated terminal window type:
* `cd home/project/Samples-java-helloworld`
* `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`