Skip to content

Commit

Permalink
Need to use NetLogo.jar, not NetLogoLite
Browse files Browse the repository at this point in the history
  • Loading branch information
mado89 committed Mar 9, 2012
1 parent 85de1df commit 87355fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -13,7 +13,7 @@ JAVAC = $(JAVA_HOME)/bin/javac

mapred/mapred.jar: $(SRCS) manifest.txt
mkdir -p classes
$(JAVAC) -g -encoding us-ascii -source 1.5 -target 1.5 -classpath $(NETLOGO)/NetLogoLite.jar:/usr/share/java/log4j-1.2.jar -d classes $(SRCS)
$(JAVAC) -g -encoding us-ascii -source 1.5 -target 1.5 -classpath $(NETLOGO)/NetLogo.jar:/usr/share/java/log4j-1.2.jar -d classes $(SRCS)
jar cmf manifest.txt mapred/mapred.jar -C classes .


0 comments on commit 87355fe

Please sign in to comment.