Aspose.Slides for Java: Inquiry Regarding Java 21 Support

Hi Team,

I am reaching out to inquire about the support status for Java 21, which has recently been released as the new LTS version.

Currently, we are utilizing your library and would like to know when you plan to provide full support for Java 21. Since this version is an LTS, we are evaluating the possibility of updating our infrastructure to take advantage of the long-term improvements and security features it offers.

We would appreciate any information you can provide regarding the support timeline for Java 21, including possible implementation dates and details on any special considerations we should be aware of when planning our migration.

We look forward to your prompt response. Thank you in advance for your attention and assistance.

Best regards.

@rsalado,
Thank you for contacting support.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): SLIDESJAVA-39355

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@rsalado,

You can use Aspose.Slides for Java with Java 21. We didn’t find any problems while working with it.

In some specific cases, such as when using the ISlide.renderToGraphics method, you should add the following Java arguments:

--add-opens java.desktop/sun.java2d=ALL-UNNAMED --add-opens java.desktop/sun.awt.image=ALL-UNNAMED