Hello Friends,
I am new to Compiere, I downloaded the source from SVN.
I am using Eclipse 3.3.2
java version 1.6.0_07 (jre1.6.0_07)
Compiler compliance level is 6.0
The src/org/compiere/util/CCachedRowSet,java is giving the following error.
Name clash: The method setTypeMap(Map<String,Class<?>>) of type
BaseRowSet has the same erasure as setTypeMap(Map) of type RowSet but does not override it
How to get rid of this error?
Thank you.
Sudheer Palaparambil