Does IntelliJ 3.0.5 support JDK 1.5.0_8? I'm getting lots of errors
such as
"There is no default constructor available in Object."
for
public class HashMap<K,V>
Thanks,
GC
Daniel Dyer - 19 Oct 2006 16:34 GMT
> Does IntelliJ 3.0.5 support JDK 1.5.0_8? I'm getting lots of errors
> such as
Unlikely, it's quite old now. The latest version of IDEA is 6.0.
Dan.

Signature
Daniel Dyer
http://www.dandyer.co.uk
Mike Schilling - 19 Oct 2006 22:41 GMT
> Does IntelliJ 3.0.5 support JDK 1.5.0_8?
I don't think so. 4.5.4 (which I'm using) does.
gc - 20 Oct 2006 14:52 GMT
Thanks.
> > Does IntelliJ 3.0.5 support JDK 1.5.0_8?
>
> I don't think so. 4.5.4 (which I'm using) does.