Error -annotations are not supported in -source 1.3
807589Sep 7 2008 — edited Sep 7 2008Hi friends, when I try to compile my src code using ANT ,
it gives me this error :
annotations are not supported in -source 1.3 -
use -source 5 or higher to enable annotations)
@Override
^
what is source 5...? If it is a jdk version than I am using jdk 1.6.X
Plz help