Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yusuke/twitter4j
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke committed Nov 29, 2012
2 parents 8926bd9 + d3d073b commit dea74d8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion twitter4j-examples/bin/setEnv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ if [ -z $JAVA_HOME ] ; then
export JAVA_HOME="/Library/Java/Home"
fi

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

for jar in ../../twitter4j-core/target/*.jar;do
export CLASSPATH=$CLASSPATH:$jar
done

for jar in ../../twitter4j-stream/target/*.jar;do
export CLASSPATH=$CLASSPATH:$jar
done

Expand Down

0 comments on commit dea74d8

Please sign in to comment.