简体   繁体   中英

JetBrains Intellij IDEA not showing Java module. It only shows Groovy in Java project

I am using IDEA community edition and I have jdk1.7 installed. The problem is that I cant choose Java project in the New Project windows of IDEA. When I select Java in the project window it only shows Groovy. I want to switch from NetBeans to IDEA. Netbeans worked perfectly on my system. Is their any configuration error ?

The image of New Project Window

Just click on "next" and don't select Groovy :) It then should create the Java Project you want.

Groovy is optional, thats why IntelliJ is asking you if you want it, and if you don't want it just click next and proceed with the next page (and if the next page is also nothing you want just hit "next" again, you have to to this 2 or 3 time till you get to name the project :D)

Looks like you need to install the JDK first.

Then open IntelliJ IDEA, create a new project, click New => JDK next to "Project SDK":

IntelliJ IDEA新项目

Then select the directory of the JDK just installed:

IntelliJ IDEA选择JDK的主目录

Now just click Next in the New Project window, and you can start working with standard Java.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM