I am having trouble with my complier can someone help.
My Jdk is :JDK1.6.0_20
This is the Compiler code:
@echo off
cd .
"C:\Program Files\Java\jdk6_20\bin\javac.exe" -cp lib/clientlibs.jar; -deprecation -d bin -sourcepath src src/*.java
pause
Can someone Please Help!