Qazmah Code
A Web server Designed by Shahrood University of Technology 's Students
Status: Beta
Brought to you by:
erfankam
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.