No 'Java EE 8' option under drop-down list while creating new project Follow
Hi,
I'm using IntelliJ 13 on Mavericks. I've just updated from JDK 7 to JDK 8. But when creating new project, there's no option to choose Java EE 8. Output of 'java -version' correctly points to Java 1.8. Does anyone know what's wrong with my setup?
Many thanks.
Please sign in to leave a comment.
Hello,
You should add new JDK in IDEA. On "Welcome" screen select "Configure - Project Defaults - Project Structure". In "SDKs" press "Add" button, choose "JDK" and select new JDK.
Hi,
I did that already, still no Java 8 option in New Project wizard.
Please attach screenshots from "Project Structure - SDKs" and New Project wizard.
Also please attach idea.log ("Help - Show Log in...").
I also attached screenshot of another error in New Project wizard together with a threadDump file.
Attachment(s):
threadDump-20140711-143154.txt.zip
idea.log.zip
intellij13-new-project-wizard-dropdown-disappears.png
intellij13-new-project-wizard.png
intellij13-project-structure-jdk8.png
Java EE 8 is not released yet: https://blogs.oracle.com/theaquarium/resource/JavaEE8_roadmap.png?utm_medium=referral&utm_source=javaee8.zeef.com%2Farjan.tijms&utm_campaign=ZEEF.
Bug with dropdown is fixed in IDEA 14 EAP: http://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP
Oh, so Java EE 8 doesn't come with JDK8. Thank you for your clarification.
Cheers.