On Mon, 14 Oct 2019 at 07:51, Luis Panadero Guardeño <luis.panad...@digibis.com> 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: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org