Hi all,
Have you ever met this problem in c253b?
There is an error in compiere-all/dbport/src/org/compiere/util/CCachedRowSet.java
On the line of : public class CCachedRowSet extends CachedRowSetImpl implements CachedRowSet {
The error is:
"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 "
I think it is the problem of JDK, but I do not know how to solve it.
regards!
aries