Unidata IDV Workshop for version 2.5 > Java Developer Topics > Development Environment
6.0.2 IDV Libraries
The lib module contains all of the external jar files the IDV uses.
- auxdata.jar Holds the auxdata module. Icons, maps and user guide.
- external.jar Holds a set of class files from a variety of other packages. We use this so we don't
have to change classpaths, etc., everytime we add a new package jar.
- extra.jar Miscellaneous .class files
- jmf.jar Java Media Framework
- jcalendar.jar Date/Time Chooser
- jai_codec.jar Java Advanced Imaging
- ij.jar ImageJ
- jh.jar JavaHelp
- geotransform.jar Projection code
- jfreechart.jar Charting package
- jcommon.jar JCommon utilities
- local-visad.jar This allows us to roll out modifications to the visad code before we get a new visad jar file.
- visad.jar The main visad jar.
- nc2.2.jar The Java/NetCDF code from Unidata's Thredds
- jython.jar Jython interpreter
Unidata IDV Workshop for version 2.5 > Java Developer Topics > Development Environment