IMCLIPBOARD in R2025a

Hi everyone,
I really like IMCLIPBOARD. I think I must have downloaded it some years ago from File Exchange. However, IMCLIPBOARD uses Java classes which will no longer be available in R2025a. What can we do?
Thanks
Kevin

Answers (1)

Walter Roberson
Walter Roberson on 10 Sep 2024

0 votes

The R2021a release notes say
Java Packages to be removed
Java® packages and subpackages that currently ship with MATLAB will not be available in MATLAB in a future release.
Compatibility Considerations
To continue using a Java package, install its JAR file and add the JAR file to the static path in MATLAB using the instructions in Static Path.
imclipboard uses java.awt.* which I would think it is very likely to contiue to be supported.
The R2024b Pre-release release notes do not warn about any upcoming changes in Java support, so I have my doubts that there is any significant change in R2025a.

Categories

Products

Asked:

on 10 Sep 2024

Answered:

on 10 Sep 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!