mirror of
https://github.com/moparisthebest/davmail
synced 2024-10-31 15:35:05 -04:00
18070f7067
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@630 3d1905a2-6b24-0410-a738-b14d5a86fcbd
8 lines
243 B
Bash
8 lines
243 B
Bash
# Ubuntu setup instructions :
|
|
# install java :
|
|
# sudo apt-get install sun-java6-bin
|
|
# launch davmail :
|
|
BASE=`dirname $0`
|
|
for i in $BASE/lib/*; do export CLASSPATH=$CLASSPATH:$i; done
|
|
java -cp $BASE/davmail.jar:$CLASSPATH davmail.DavGateway $1
|