Files
hdf5/doc/html/Tutor/examples/java/runCreateGroup.sh.in

18 lines
283 B
Bash

#!/bin/sh
JH5INSTALLDIR=@JH5INST@
HDF5LIB=@HDF5LIB@
#make this relative to the source root...
PWD=@PWD@
LIBDIR=$JH5INSTALLDIR"/lib"
CLASSPATH=".:"$LIBDIR"/jhdf5.jar"
LD_LIBRARY_PATH=$HDF5LIB":"$LIBDIR"/@JAVATARG@"
export CLASSPATH
export LD_LIBRARY_PATH
@JAVA@ CreateGroup $*