This page describes how the BEAM libraries can be used to create simple, self-standing applications.
- Install BEAM 4.1. The installation folder is $BEAM_HOME from here on.
- Required BEAM JARs reside in $BEAM_HOME/lib and $BEAM_HOME/modules
- Two BEAM module JARs need to be unpacked: $BEAM_HOME/modules/lib-hdf and $BEAM_HOME/modules/lib-netcdf. This is automatically done, when VISAT is run the first time.
- Create a project in your IDE for you app.
- Define the classpath for your app.
- Add all JARs found in $BEAM_HOME/lib
- *.jar
- Add the following minimum modules found in $BEAM_HOME/modules
- ceres-core.jar
- beam-core.jar
- lib-hdf/lib/hdf.jar
- lib-hdf/lib/hdf5.jar
- lib-netcdf/lib/netcdf.jar
- Add the following optional product readers found in $BEAM_HOME/modules as required
- beam-envisat-reader.jar
- beam-landsat-reader.jar
- beam-modis-reader.jar
- ...
- Add all JARs found in $BEAM_HOME/lib