// 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 IDRISIImageReaderSpi().isAvailable();
if (LOGGER.isLoggable(Level.FINE)) {
if (available)
LOGGER.fine("IDRISIFormatFactory is availaible.");
else