Reputation: 43
intellij 11 problem with Java JDK8 unable to resolve Map and other class like Array
Intellij 11 unable to resolve the some classes including Map, Array etc
I am using jdk1.8.0_25 with intellij 11
intellij 11 problem with Java JDK8 unable to resolve Map unable to resolve Map
Upvotes: 0
Views: 2296
Reputation: 47249
You need to upgrade to a compatible version of IntelliJ that supports Java 8. There was support released in IntelliJ 12.
What's New in IntelliJ IDEA 12? And 12.1…
Java 8
Complete IDE support for the next generation of the Java platform, with code assistance for the new syntax, such as lambda expressions, method references, default methods and type annotations.
And support was improved in IntelliJ 13
What's New in IntelliJ IDEA 13?
Java 8
Support for Java 8 has been improved according to the latest updates.
Upvotes: 1