From: rtrimana Date: Mon, 15 Jan 2018 17:34:14 +0000 (-0800) Subject: Fixing path to the jlayer library in the Makefile X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0f3ec8109de44e740bba5da29146aa41fb4aaa2b;p=iot2.git Fixing path to the jlayer library in the Makefile --- diff --git a/benchmarks/drivers/Java/Makefile b/benchmarks/drivers/Java/Makefile index 48e9c05..46387b0 100644 --- a/benchmarks/drivers/Java/Makefile +++ b/benchmarks/drivers/Java/Makefile @@ -4,7 +4,7 @@ include $(BASE)/common.mk BOOFDIR := ../libs/boofcv_libs BOOFJARS := $(BOOFDIR)/BoofCV-feature-0.21.jar:$(BOOFDIR)/BoofCV-io-0.21.jar:$(BOOFDIR)/BoofCV-visualize-0.21.jar:$(BOOFDIR)/BoofCV-ip-0.21.jar -JLAYERDIR := ../libs/jlayer_libs +JLAYERDIR := ../../libs/jlayer_libs JLAYERJARS := $(JLAYERDIR)/jl1.0.1.jar JFLAGS = -d $(BIN_DIR) -cp $(BIN_DIR):$(PHONEJARS):$(BOOFJARS):$(JLAYERJARS):$(CHECKERJARS) JARFLAGS = cf