incompatible types
incompatible types
found: int
required : java.lang.Integer
I didn't get any errors when i compiled the source with eclipse (I used it before)
But since i've migrated to SJ SCreator, i'm getting these errors.
I've checked that my default Compiler is JDK 1.5
and put the compiler option -Xlint:unchecked
But the code still doesn't compile.
Thanks in Advance

