Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How to run the NASA SKTeditor CLI in the roc2-dev.obspm.fr server?

From a BASH-shell terminal logged in roc2-dev.obspm.fr server:

First setup set up the environment by entering:

Code Block
source /usr/local/lib/cdf/current/bin/definitions.B

export CLASSPATH=.:${CDF_JAVA}/classes/cdfjava.jar:${CDF_JAVA}/cdftools/CDFToolsDriver.jar:${CDF_JAVA}/cdfml/cdfml.jar:"$CLASSPATH"

export LD_LIBRARY_PATH=.:${CDF_JAVA}/lib:${CDF_LIB}:"$LD_LIBRARY_PATH"

export CLASSPATH=/usr/local/cdf/skteditor:"$CLASSPATH"

N.B. These instructions

  • Instructions above can also be inserted into a .bashrc file to be run at start
  • Instructions above are given assuming a BASH shell user, but other shells can also be used (see CDF install manual for more details).

Then, to check the compliance of a given <cdf_filename>, enter:

...