[svn-r2361] Updating "HDF5 Tutorial."

This commit is contained in:
Frank Baker
2000-06-07 14:56:04 -05:00
parent 798760fe15
commit 73ef4b96db
86 changed files with 8881 additions and 3024 deletions

View File

@@ -0,0 +1,17 @@
#!/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@ CreateGroupDataset $*