I'm trying to update the NLNZ Metadata Extractor version being used by Harvard's FITS (File Information Tool Set) from 3.4GA to 3.5GA. Taking out all the old jars and putting in the new ones lets me build FITS without any errors, but at run time, when the adapter classes are called up, I'm seeing NoClassDefFoundErrors. Here's part of the output:
LOG:1000, Adapter class nz.govt.natlib.adapter.bmp.BitmapAdapter not found
LOG:1001, Adapter class nz.govt.natlib.adapter.excel.ExcelAdapter not found
LOG:1002, Adapter class nz.govt.natlib.adapter.gif.GIFAdapter not found
LOG:1003, Adapter class nz.govt.natlib.adapter.html.HTMLAdapter not found
LOG:1004, Adapter class nz.govt.natlib.adapter.jpg.JpgAdapter not found
The 3.4GA version has an "adapters" directory with a number of jars in it. The 3.5GA one doesn't have this directory, so I assume the adapters are somewhere else, but I can't figure out where. Is there some new trick to getting the adapters into the classpath?