// if these classes are here, then the runtime environment has
// access to JAI and the JAI ImageI/O toolbox.
try {
Class.forName("it.geosolutions.imageio.plugins.arcbinarygrid.ArcBinaryGridImageReaderSpi");
available = new ArcBinaryGridImageReaderSpi().isAvailable();
if (LOGGER.isLoggable(Level.FINE)) {
if (available)
LOGGER.fine("AIGFormatFactory is availaible.");
else