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

[417 byte] By [wardog] at [2007-11-26 9:34:55]
# 1
While it is true that the IDE runs on 1.5, you can only use 1.4 in the applications that you build using the IDE (for now). For what is ahead, check out recent posts. In the meantime, check out http://www.netbeans.org/.
MrsJetsons at 2007-7-7 0:24:50 > top of Java-index,Development Tools,Java Tools...