summaryrefslogtreecommitdiffstats
path: root/java/examples/groups/Makefile.am
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-06-29 14:57:47 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-06-29 14:57:47 (GMT)
commitc0dfec8913497d62cf1ab7e13e62e3fe55d6e859 (patch)
tree22033ce7d1d7d6949671d37102ddb4cfd1e14b3a /java/examples/groups/Makefile.am
parent2e0b95819636bb743dd1ac63e53e6c9fab9a107a (diff)
downloadhdf5-c0dfec8913497d62cf1ab7e13e62e3fe55d6e859.zip
hdf5-c0dfec8913497d62cf1ab7e13e62e3fe55d6e859.tar.gz
hdf5-c0dfec8913497d62cf1ab7e13e62e3fe55d6e859.tar.bz2
HDFFV-10519 Disable WriteVL JNI function, updgrade JNI
Diffstat (limited to 'java/examples/groups/Makefile.am')
-rw-r--r--java/examples/groups/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/examples/groups/Makefile.am b/java/examples/groups/Makefile.am
index 4da17f9..09df743 100644
--- a/java/examples/groups/Makefile.am
+++ b/java/examples/groups/Makefile.am
@@ -28,7 +28,7 @@ classes:
pkgpath = examples/groups
hdfjarfile = jar$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).jar
-CLASSPATH_ENV=CLASSPATH=.:$(JAVAROOT):$(top_builddir)/java/src/$(hdfjarfile):$(top_srcdir)/java/lib/slf4j-api-1.7.5.jar:$(top_srcdir)/java/lib/ext/slf4j-simple-1.7.5.jar:$$CLASSPATH
+CLASSPATH_ENV=CLASSPATH=.:$(JAVAROOT):$(top_builddir)/java/src/$(hdfjarfile):$(top_srcdir)/java/lib/slf4j-api-1.7.25.jar:$(top_srcdir)/java/lib/ext/slf4j-simple-1.7.25.jar:$$CLASSPATH
jarfile = jar$(PACKAGE_TARNAME)groups.jar