Browse Source

update setup.sh

Gelin Luo 8 years ago
parent
commit
e9d2083986
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/act/setup.sh

+ 1 - 1
frameworks/Java/act/setup.sh

@@ -10,7 +10,7 @@ unzip *.zip
 APP_ENTRY=com.techempower.act.AppEntry
 
 DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
-BASE=$DIR
+BASE=$DIR/target/dist
 CP=$BASE/classes:$BASE/lib/*
 echo CLASSPATH: $CP
 echo