Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build error and reorder IBM i versions #49

Merged
merged 2 commits into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/content/docs/developing/debug/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ To debug a program from the Object Browser, right-click on the program object an
To make use of the Debug Service, you need the following PTFs:

<Tabs>
<TabItem label="Version 2.0.2 >
<TabItem label="Version 2.0.2" >

* IBM i debug client v2.0.2 requires the following host PTFs:
* 7.3 PTF SJ02996
* 7.4 PTF SJ03026
* 7.5 PTF SJ03030
* 7.4 PTF SJ03026
* 7.3 PTF SJ02996
* Java 11 is required via LPP 5770JV1 Option 19 (not Java from Yum)
* `/QOpenSys/QIBM/ProdData/JavaVM/jdk11/64bit`
* [IBM documentation for PTFs](https://www.ibm.com/support/pages/download-installation-and-usage-java-11-ibm-i-os)
Expand Down