Skip to content

Commit cd6e83f

Browse files
authored
Merge pull request #70 from chrjorgensen/java11-defective-ptfs
Add warning about defective Java 11 PTFs
2 parents c2f107f + 590cfaf commit cd6e83f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/docs/developing/debug/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ To make use of the Debug Service, you need the following PTFs:
9393
* `/QOpenSys/QIBM/ProdData/JavaVM/jdk11/64bit`
9494
* [IBM documentation for PTFs](https://www.ibm.com/support/pages/download-installation-and-usage-java-11-ibm-i-os)
9595

96+
<Aside type="danger">
97+
Two defective PTF's are included in IBM i 7.5 [Java PTF Group SF99955 level 15](http://www.ibm.com/support/docview.wss?uid=nas4SF99955), released on 2025-07-03: **SJ05893 and SJ05889**.
98+
99+
After applying these PTFs, the debug service will no longer start. Please remove these PTFs for the debug service to work again.
100+
</Aside>
101+
96102
</TabItem>
97103

98104
<TabItem label="Version 2.0.2" >

0 commit comments

Comments
 (0)