El 10/10/19 a las 12:50, sebb escribió:
> Please explain what you mean.
>
> Are you saying that code compiled with Java 5 will not run on Java 12+ ?
> Is not, why not?

Have you try to use JAI on OpenJDK 8 or Java 11/12/13 ?

You will find that reading/writing images fails, because it's using some 
Sun internal APIs that only works on Sun/Oracle Java 6, 7 and 8. I need 
to change some old code using JAI, to read/write image using directly 
ImageIO to avoid this problem.


Reply via email to