javac error: inconvertible types with generics?

后端 未结 4 1907
醉梦人生
醉梦人生 2020-12-24 02:33

There are several other SO questions talking about generics compiling OK w/ Eclipse\'s compiler but not javac (i.e. Java: Generics handled differenlty in Eclipse and javac a

4条回答
  •  一向
    一向 (楼主)
    2020-12-24 03:05

    I had a similar problem and upgraded from jdk1.6.0_16 to jdk1.6.0_23 and it went away without any code changes.

提交回复
热议问题