Mercurial Hosting > nabble
view classpath.sh @ 43:4d90d48a19ec
fix init example
author | Vadim Filimonov <fffilimonov@yandex.ru> |
---|---|
date | Fri, 11 Jun 2021 15:28:26 +0300 |
parents | 7ecd1a4ef557 |
children |
line wrap: on
line source
NABBLE_HOME=$(pwd); CLASSPATH=$NABBLE_HOME/src for file in $NABBLE_HOME/lib/*; do CLASSPATH=$CLASSPATH:$file; done export CLASSPATH