DIR=`pwd`;
CLASSPATH=;

for file in ${DIR}/luan/jars/*.jar; do
  CLASSPATH=${CLASSPATH}:${file};
done
export CLASSPATH
