<blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;"><span><div><div><div>All right. I just tested it on the 5.5 Release and it fails, because of missing</div><div>    javax.media.jai.JAI</div><div>class. The rendering sub-system requires the Java advanced imaging and</div><div>I guess there is no port for openjdk jet.</div></div></div></span></blockquote><div>JAI is available as a "pure java jar" or as a "mixed jar and native" configuration.</div><div><br></div><div>There are two deployment options:</div><div>- the "mixed jar and native" options is easiest to manage when installed into the JRE/lib/ext and JRE/bin folders</div><div>- the "pure java jar" can be included with the application as a normal jar (or placed into JRE/lib/ext as above). This solution does not perform as well as the one with native support.</div><div><br></div><div>So a port is not needed; the "pure java jar solution can be installed into JRE/lib/ext if you want to see if you can get further with openjdk.</div><blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;"><span><div><div><div>Because this exception is thrown from a geotools renderer class all</div><div>installations that requires geotools would fail. Could anybody confirm</div><div>my point of view?</div></div></div></span></blockquote><div>I think only uDig is expecting JAI to be installed into the JRE. GeoServer supports that configuration as one of the "advanced performance tuning tricks"; preferring to include the "pure java jar" in the geoserver distribution.</div><div>I am not aware of what the other applications require; we will need to check on a case by case basis.</div><div><br></div><div>The jars we are looking for are:</div><div><br></div><div>- mlibwrapper_jai.jar</div><div>- vecmath.jar</div><div>- jai_codec.jar</div><div>- jai_core.jar</div><div><br></div><div>For more information:</div><div>- http://docs.geotools.org/latest/userguide/advanced/build/install/jdk.html</div><div><br></div><div>Several installation options are provided on that page; perhaps one will work with openjdk?</div><div><br></div><div><br></div><div>Jody</div><div><br></div><div><br></div>