aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun3
1 files changed, 3 insertions, 0 deletions
diff --git a/run b/run
index 2f61cb2a87..494f04c3ac 100755
--- a/run
+++ b/run
@@ -76,6 +76,9 @@ CLASSPATH+=":$CORE_DIR/src/main/resources"
CLASSPATH+=":$REPL_DIR/target/scala-$SCALA_VERSION/classes"
CLASSPATH+=":$EXAMPLES_DIR/target/scala-$SCALA_VERSION/classes"
CLASSPATH+=":$STREAMING_DIR/target/scala-$SCALA_VERSION/classes"
+for jar in `find "$STREAMING_DIR/lib" -name '*jar'`; do
+ CLASSPATH+=":$jar"
+done
if [ -e "$FWDIR/lib_managed" ]; then
for jar in `find "$FWDIR/lib_managed/jars" -name '*jar'`; do
CLASSPATH+=":$jar"