summaryrefslogtreecommitdiffstats
path: root/doc/html/Tutor/examples/java/runCreateGroupAR.sh.in
diff options
context:
space:
mode:
authorBarbara Jones <bljones@hdfgroup.org>2001-03-08 16:37:14 (GMT)
committerBarbara Jones <bljones@hdfgroup.org>2001-03-08 16:37:14 (GMT)
commitd8c843156a3879a51f7e3062f51beba4e84b1ca2 (patch)
tree935eec3e2c10e32b3fef263bcb7f22134de4630c /doc/html/Tutor/examples/java/runCreateGroupAR.sh.in
parent70cc09f8b6825bd1b5caeca22b9a1e42661410ea (diff)
downloadhdf5-d8c843156a3879a51f7e3062f51beba4e84b1ca2.zip
hdf5-d8c843156a3879a51f7e3062f51beba4e84b1ca2.tar.gz
hdf5-d8c843156a3879a51f7e3062f51beba4e84b1ca2.tar.bz2
[svn-r3562] Add to tutorial
Purpose: [is this a bug fix? feature? ...] Description: [describe the bug, or describe the new feature, etc] Solution: [details about the changes, algorithm, etc...] [Please as detail as you can since your own explanation is better than others guessing it from the code.] Platforms tested: [machines you have tested the changed version. This is absolute important. Test it out on at least two or three different platforms such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and 64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
Diffstat (limited to 'doc/html/Tutor/examples/java/runCreateGroupAR.sh.in')
-rw-r--r--doc/html/Tutor/examples/java/runCreateGroupAR.sh.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/html/Tutor/examples/java/runCreateGroupAR.sh.in b/doc/html/Tutor/examples/java/runCreateGroupAR.sh.in
new file mode 100644
index 0000000..d61d852
--- /dev/null
+++ b/doc/html/Tutor/examples/java/runCreateGroupAR.sh.in
@@ -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@ CreateGroupAR $*