You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ Sample CICS Java programs demonstrating how to use the JCICS API in an OSGi JVM
19
19
20
20
## Pre-requisites
21
21
22
-
* CICS TS V5.1 or later, due to the usage of the `getString()` methods.
23
22
* Java SE 1.8 or later on the workstation
24
23
* Eclipse with the IBM CICS SDK for Java or any IDE that supports usage of the Maven Central artifact [com.ibm.cics:com.ibm.cics.server.](https://search.maven.org/artifact/com.ibm.cics/com.ibm.cics.server)
25
24
@@ -56,5 +55,5 @@ This project is licensed under [Apache License Version 2.0](LICENSE).
56
55
## Reference
57
56
58
57
* CICSDev tutorial archive [Getting to Grips with JCICS](blog/blog.md)
59
-
* For further details on using the IBM Record Generator for Java see this [tutorial](https://github.com/cicsdev/cics-java-recgen/blob/main/blog.md)
58
+
* For further details on using the IBM Record Generator for Java see this [tutorial](https://developer.ibm.com/tutorials/build-java-records-from-cobol-with-ibm-record-generator/)
60
59
* For details on how to define a CICS OSGi JVM server refer to the Knowledge Center topic [Configuring an OSGi JVM server](http://www.ibm.com/support/knowledgecenter/SSGMCP_5.3.0/com.ibm.cics.ts.java.doc/JVMserver/config_jvmserver_app.html)
0 commit comments