-1

After installing intelliJ IDEA, when I create a new project, I'm presented with this:

enter image description here

But those pages should be opened with JAVA EE :

enter image description here

Should I install anything else?

blurfus
  • 13,485
  • 8
  • 55
  • 61
Mchmoji
  • 1
  • 1
  • it depends on what type of project you want to create... there is no single answer for this question unless you provide more details – blurfus May 13 '16 at 21:38
  • I see similar picture when creating a new project and think it's perfectly fine. Your second picture, is it the same version of IntelliJ? – khusrav May 13 '16 at 21:45
  • first photo is My intellij and second photo that is installed on my workplace computer. now how a creat a new project in intellija? – Mchmoji May 13 '16 at 22:05
  • My problem is that I act according to this tutorial to create a project [link](https://www.jetbrains.com/help/idea/2016.1/creating-and-running-your-first-java-application.html?origin=old_help), The training in the second phase, there is no such thing as JAVA EE in my software ...undrestand dear? – Mchmoji May 13 '16 at 22:17
  • Probably you have different versions of IDEA? Click in `about` – OscarRyz May 13 '16 at 22:21
  • The problem may be that I am using version 30 days? – Mchmoji May 14 '16 at 07:55

2 Answers2

1

Edit.: Understood what you mean - I managed to restore some of the sections in the Java by enabling corresponding plugins: Hibernate, Google App Engine, etc.

So, you need to do the same and enable plugins that you want.

khusrav
  • 5,267
  • 5
  • 27
  • 38
  • Where can I download the plugin? And how do I enable plugins? – Mchmoji May 13 '16 at 22:07
  • Open menu: Settings > Plugins – khusrav May 13 '16 at 22:08
  • thanks but My problem is that I act according to this tutorial to create a project [link](https://www.jetbrains.com/help/idea/2016.1/creating-and-running-your-first-java-application.html?origin=old_help), The training in the second phase, there is no such thing as JAVA EE in my software ... – Mchmoji May 13 '16 at 22:16
  • 1
    for that tutorial you don't need any of those Java EE sections in the Java section - the tutorial says it will build 'plain old java application', which means a java application with a main class and no EE components – khusrav May 13 '16 at 22:19
  • if you want a similar look, try enabling Glassfish intergration plugin in the plugins section. – khusrav May 13 '16 at 22:26
  • The problem may be that I am using version 30 days? – Mchmoji May 14 '16 at 07:55
  • No, 30 days evaluation version is still a full ultimate version with all the features. You just need to enable the plugins, as I wrote before: Open menu "Settings", then find there "Plugins", then choose JavaEE plugins and Glassfish and other with the same name as in the 2nd picture - you'll then see a similar screen. – khusrav May 14 '16 at 08:24
1

if i understand, you don't see the Java EE plugin in your version of intellij.. if it is the case, i think you have to continue ( Next till your project opens). once it's done go to File -> Settings ->Plugins. you should see this. Java EE plugins. this is the list of plugins you need.