Skip to content

Commit

Permalink
include jars in libs directory as well
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke committed Nov 29, 2012
1 parent dea74d8 commit 476b1fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Nobutoshi Ogata <n-ogata at cnt.biglobe.co.jp> @nobu666
Nicolas Bouillon <nicolas at bouil.org>
Nicholas Dellamaggiore <nick.dellamaggiore at gmail.com> @nickdella
Perry Sakkaris <psakkaris at gmail.com>
Rajesh Koilpillai <rajesh.koilpillai at gmail.com> @rajeshkp
Roberto Estrada <robestradac at gmail.com>
Roy Reshef <royreshef at gmail.com> @tsipo
Rui Silva
Expand Down
4 changes: 4 additions & 0 deletions twitter4j-examples/bin/setEnv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ if [ -z $JAVA_HOME ] ; then
export JAVA_HOME="/Library/Java/Home"
fi

for jar in ../lib/*.jar;do
export CLASSPATH=$CLASSPATH:$jar
done

for jar in ../target/*.jar;do
export CLASSPATH=$CLASSPATH:$jar
done
Expand Down

0 comments on commit 476b1fc

Please sign in to comment.