summaryrefslogtreecommitdiffstats
path: root/doc/html/Tutor/examples/java/runCopy.sh.in
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2000-06-07 19:56:04 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2000-06-07 19:56:04 (GMT)
commit73ef4b96dba12eb728d28a5e17a8b8c50e7d95f1 (patch)
tree212cd8129278b519f7dee09db8e854b4eb1a40e0 /doc/html/Tutor/examples/java/runCopy.sh.in
parent798760fe15b05171cdd6b1a76ac4ad60479b422d (diff)
downloadhdf5-73ef4b96dba12eb728d28a5e17a8b8c50e7d95f1.zip
hdf5-73ef4b96dba12eb728d28a5e17a8b8c50e7d95f1.tar.gz
hdf5-73ef4b96dba12eb728d28a5e17a8b8c50e7d95f1.tar.bz2
[svn-r2361] Updating "HDF5 Tutorial."
Diffstat (limited to 'doc/html/Tutor/examples/java/runCopy.sh.in')
-rw-r--r--doc/html/Tutor/examples/java/runCopy.sh.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/html/Tutor/examples/java/runCopy.sh.in b/doc/html/Tutor/examples/java/runCopy.sh.in
new file mode 100644
index 0000000..2fd8a46
--- /dev/null
+++ b/doc/html/Tutor/examples/java/runCopy.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@ Copy $*