On Mon, 14 Oct 2019 at 07:51, Luis Panadero Guardeño <[email protected]> wrote: > > > 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.
I don't see how that is relevant to Commons Exec. If code uses unofficial APIs then there's bound to be a problem at some point. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
