-
Bug
-
Resolution: Unresolved
-
P5
-
19, 21, 22
Instead of a full stop, the message has a comma now with an additional line break.
JDK 17:
-----
java.awt.HeadlessException:
No X11 DISPLAY variable was set,
but this program performed an operation which requires it.
-----
JDK 21:
-----
java.awt.HeadlessException:
No X11 DISPLAY variable was set,
or no headful library support was found,
but this program performed an operation which requires it,
-----
- relates to
-
JDK-8286447 [Linux] AWT should start in Headless mode if headful AWT library not installed
-
- Resolved
-