how to Compile the source code in ./src folder with libraries in ./lib folder using JavaSE-1.7 code example
Example: how to Compile the source code in ./src folder with libraries in ./lib folder using JavaSE-1.7
javac -d bin -cp libs/joda-time-2.2.jar src/your/package/*.java