Skip to content

Commit 3b8e53f

Browse files
authored
Update README.MD
1 parent 5854df9 commit 3b8e53f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.MD

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
Use or operation of this code is subject to acceptance of the license available in the code repository for this code.
22

3+
This sample works with InterSystems IRIS Data Platform (tm) 2018.1.1.
4+
35
Download this sample to your system.
46

57
You can find instructions on setting up the production for this sample in: <a href="http://docs.intersystems.com/iris201811/csp/docbook/DocBook.UI.Page.cls?KEY=AFL_javabusinesshosts">First Look: Connecting Systems in InterSystems IRIS Using Java Business Hosts</a>.
68

79
The jar files in the repository Releases were created using the following jdk commands:
810

911
mkdir JavaHostsOperationOut
12+
1013
mkdir JavaHostsServiceOut
1114

1215
javac -classpath C:\InterSystems\IRIS\dev\java\lib\JDK18\intersystems-gateway-3.0.0.jar -d JavaHostsOperationOut src\JavaHosts\JavaHostsOperation.java
@@ -22,4 +25,4 @@ cd ..\JavaHostsServiceOut
2225
jar cf ..\Releases\JavaHostsService.jar JavaHosts
2326

2427
You should modify the classpath to reflect the directory where InterSystems IRIS is installed.
25-
28+

0 commit comments

Comments
 (0)