Netcdf-Java library
Version 2.2.05
Build Date = 2004-12-15 16:56:11

see http://www.unidata.ucar.edu/packages/netcdf-java/

DISTRIBUTIONS
  ncCore-2.2.05.jar        just the core nc2 classes
  netcdf-2.2.05.jar        complete netcdf-java except for the UI
  netcdfUI-2.2.05.jar      complete netcdf-java including the UI, without related libraries

  netcdfAll-2.2.05.zip     all of netcdf-java and related libraries
  ncSrc-2.2.05.zip         source distribution

RELATED LIBRARIES
  bzip2.jar                   required to read GINI bzip-2 compressed datasets
  dods.jar                    required to read OpenDAP datasets
  grib.jar                    required to read Grib-1 or Grib-2 datasets
  jdom.jar                    required to read thredds catalogs, NcML
  jpeg2000.jar                required to read Grib-2 JPEG2000 compressed files
  httpclient.jar              required to read files remotely over HTTP
  logging.jar                 required by httpclient
  visad.jar                   required to read ADDE datasets
 
RELATED UI LIBRARIES
  prefs.jar                   required for UI state persistence, related widgets
  resourcesOptional.jar       optional detailed maps

RUN THE NETCDF TOOLS UI APPLICATION FROM COMMAND LINE
  1. get the netcdfAll zip file (netcdfAll-2.2.05.zip)
  2. unzip into working directory
  3. java -Xmx512m -jar netcdfUI-2.2.05.jar 

BUILD AND RUN FROM SOURCE
 1. get the source release (ncSrc-2.2.05.zip)
 2. unzip into working directory
 3. ant compileSrcRelease
 4. sh runSrcRelease