Menu

Tree [f42d87] master /
 History

HTTPS access


File Date Author Commit
 bin 2013-08-26 Erfan Esmayili Barzi Erfan Esmayili Barzi [e310bd] adding init.d file for manage process
 cfg 2014-01-14 Erfan Esmayili Barzi Erfan Esmayili Barzi [f42d87] cleanup code and improve http-request module
 cls 2012-06-05 Erfan Erfan [8a4623] change some classes
 doc 2012-07-03 Erfan Erfan [b6ee5f] last commit of teams code
 lib 2012-11-26 Erfan Esmayili Barzi Erfan Esmayili Barzi [57ccc4] test basic modules and add opensource Base64 en...
 log 2014-01-14 Erfan Esmayili Barzi Erfan Esmayili Barzi [f42d87] cleanup code and improve http-request module
 mng 2013-03-24 Erfan Esmayili Barzi Erfan Esmayili Barzi [3cbbd7] add support keepalive and test
 old 2013-03-24 Erfan Esmayili Barzi Erfan Esmayili Barzi [3cbbd7] add support keepalive and test
 src 2014-01-14 Erfan Esmayili Barzi Erfan Esmayili Barzi [f42d87] cleanup code and improve http-request module
 tst 2013-03-24 Erfan Esmayili Barzi Erfan Esmayili Barzi [3cbbd7] add support keepalive and test
 www 2012-12-20 Erfan Esmayili Barzi Erfan Esmayili Barzi [ad152c] Preparing for first presentation
 .gitignore 2012-12-13 Erfan Esmayili Barzi Erfan Esmayili Barzi [2ee37a] Test 5: integrity test
 README 2012-12-13 Erfan Esmayili Barzi Erfan Esmayili Barzi [2ee37a] Test 5: integrity test
 TODO 2014-01-14 Erfan Esmayili Barzi Erfan Esmayili Barzi [f42d87] cleanup code and improve http-request module

Read Me

0. First change your current working directory to ../../qazmah-code/src:
        cd ../../qazmah-code/src

1. To compile the code with linked library like spymemcached do:

        javac -classpath .:../lib/spymemcached-2.8.4.jar:../lib/commons-codec-1.7.jar @sources.txt

2. To run the program just run:

        java -classpath .:../lib/spymemcached-2.8.4.jar:../lib/commons-codec-1.7.jar  Main

    note: We should point to the exact file in the directory and user -classpath option to compile.