summaryrefslogtreecommitdiffstats
path: root/java/examples/datatypes
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-12-01 21:59:03 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-12-01 21:59:03 (GMT)
commit53d3a619f8a076cb1d0ba9cbc207fc07a6fcc5d8 (patch)
tree7e522161cdd84c265f20e4cc217457eb50b4efe2 /java/examples/datatypes
parent7a5eea36a59ff48ad4e4c59f2378d6b5cce39dae (diff)
downloadhdf5-53d3a619f8a076cb1d0ba9cbc207fc07a6fcc5d8.zip
hdf5-53d3a619f8a076cb1d0ba9cbc207fc07a6fcc5d8.tar.gz
hdf5-53d3a619f8a076cb1d0ba9cbc207fc07a6fcc5d8.tar.bz2
Change examples to match junit test
Diffstat (limited to 'java/examples/datatypes')
-rw-r--r--java/examples/datatypes/runExample.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/examples/datatypes/runExample.sh.in b/java/examples/datatypes/runExample.sh.in
index f80450e..1b02774 100644
--- a/java/examples/datatypes/runExample.sh.in
+++ b/java/examples/datatypes/runExample.sh.in
@@ -35,7 +35,7 @@ nerrors=0
# where the libs exist
HDFLIB_HOME="$top_srcdir/java/lib"
-BLDLIBDIR="./lib"
+BLDLIBDIR="$top_builddir/hdf5/lib"
BLDDIR="."
HDFTEST_HOME="$top_srcdir/java/examples/datatypes"
JARFILE=jar@PACKAGE_TARNAME@-@PACKAGE_VERSION@.jar