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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ This sample demonstrates a Java EE web application running on a Liberty JVM serv
11
11
-[etc/config/liberty/server.xml](./etc/config/liberty/server.xml) - A template `server.xml` demonstrating the minimum configuration required to run the sample.
12
12
13
13
## Prerequisites
14
-
- CICS TS V5.5 or later
15
-
- Java SE 1.8 or later on the workstation
14
+
- CICS TS V6.1 or later
15
+
- Java SE 17 or later on the workstation
16
16
- One of the following on your workstation:
17
17
- Eclipse with the IBM CICS SDK for Java EE, Jakarta EE and Liberty
18
18
- An IDE of your choice that supports Gradle or Maven (or can run the Wrappers)
@@ -21,7 +21,7 @@ This sample demonstrates a Java EE web application running on a Liberty JVM serv
21
21
## Downloading
22
22
23
23
- Clone the repository using your IDEs support, such as the Eclipse Git plugin
24
-
-**or**, download the sample as a [ZIP](https://github.com/cicsdev/cics-java-liberty-tsq/archive/main.zip) and unzip onto the workstation
24
+
-**or**, download the sample as a [ZIP](https://github.com/cicsdev/cics-java-liberty-tsq/archive/cicsts/v6.1.zip) and unzip onto the workstation
25
25
26
26
> [!TIP]
27
27
> Eclipse Git provides an 'Import existing Projects' check-box when cloning a repository.
@@ -61,7 +61,7 @@ You can build the sample in a variety of ways:
61
61
62
62
63
63
> [!IMPORTANT]
64
-
> The sample comes pre-configured for use with a JDK 1.8 and CICS TS V5.5 Libraries for Java EE 8. When you initially import the project to your IDE, if your IDE is not configured for a JDK 1.8, or does not have CICS Explorer SDK installed, you might experience local project compile errors. To resolve issues you should configure the Project's build-path to add/remove your preferred combination of CICS TS, JDK, and Liberty's Enterprise Java libraries (Java EE or Jakarta EE). Resolving errors might also depend on how you wish to build and deploy the sample. If you are building and deploying through CICS Explorer SDK and 'Export to zFS' you should edit the tsq-app's Project properties. Select 'Java Build Path', on the Libraries tab select 'Classpath', click 'Add Library', select 'CICS with Enterprise Java and Liberty' Library, and choose the appropriate CICS and Enterprise Java versions.
64
+
> The sample comes pre-configured for use with a JDK 17 and CICS TS V6.1 Libraries for Jakarta EE 9. When you initially import the project to your IDE, if your IDE is not configured for a JDK 17, or does not have CICS Explorer SDK installed, you might experience local project compile errors. To resolve issues you should configure the Project's build-path to add/remove your preferred combination of CICS TS, JDK, and Liberty's Enterprise Java libraries (Java EE or Jakarta EE). Resolving errors might also depend on how you wish to build and deploy the sample. If you are building and deploying through CICS Explorer SDK and 'Export to zFS' you should edit the tsq-app's Project properties. Select 'Java Build Path', on the Libraries tab select 'Classpath', click 'Add Library', select 'CICS with Enterprise Java and Liberty' Library, and choose the appropriate CICS and Enterprise Java versions.
65
65
If you are building and deploying with Gradle or Maven then you don't necessarily need to fix the local errors, but to do so, you can do as above, or you can run a tooling refresh on the tsq-app project. For example, in Eclipse: right-click on "Project", select "Gradle -> Refresh Gradle Project", **or** right-click on "Project", select "Maven -> Update Project...".
0 commit comments