From ff96d777b0780f9720c229425ad4aa3715559f93 Mon Sep 17 00:00:00 2001 From: semanej <32274650+semanej@users.noreply.github.com> Date: Mon, 8 Apr 2019 16:05:34 -0400 Subject: [PATCH 1/2] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3a26d8..a943fee 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ This is a simple hello world example to show a JDBC connection to InterSystems I ## To run this code in InterSystems Learning Labs, AWS, GCP, or Azure 1. Open Samples-java-helloworld/Simple/HelloWorld.java -2. Comment out line 4 (we won't need the package declaration here) -3. Edit line 14 to change the ip to "try-iris" +2. Comment out line 4 (since we won't need the package declaration here) + `//package com.intersystems.samples;` +3. For AWS, GCP, or Azure ONLY: Edit line 14 to change the ip to "try-iris" 4. In the terminal window type: `cd Samples-java-helloworld/simple` `javac -cp ".:intersystems-jdbc-3.0.0.jar" HelloWorld.java` From 635ec2325838da363bf609e1a161ce3bf6cffe5b Mon Sep 17 00:00:00 2001 From: semanej <32274650+semanej@users.noreply.github.com> Date: Mon, 8 Apr 2019 16:55:10 -0400 Subject: [PATCH 2/2] wording update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a943fee..412e83b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Samples-java-helloworld This is a simple hello world example to show a JDBC connection to InterSystems IRIS. For more information about using this sample, please see [documentation](https://irisdocs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=AB_idesetup). -## To run this code in InterSystems Learning Labs, AWS, GCP, or Azure +## To run this code in InterSystems Learning Labs or Evaluator Edition (on AWS, GCP, or Azure) 1. Open Samples-java-helloworld/Simple/HelloWorld.java 2. Comment out line 4 (since we won't need the package declaration here) `//package com.intersystems.samples;` -3. For AWS, GCP, or Azure ONLY: Edit line 14 to change the ip to "try-iris" +3. For AWS, GCP, or Azure ONLY: Edit line 14 to change the ip to "try-iris" (Please skip this step if using InterSystems Learning Labs) 4. In the terminal window type: `cd Samples-java-helloworld/simple` `javac -cp ".:intersystems-jdbc-3.0.0.jar" HelloWorld.java`