JAVA folder not showing under generators after intellij install

Answered

Hello,

I downloaded and installed Intellij however JAVA folder is not showing up under Generators Only JavaFX and thers that I dont need

1
15 comments

It's already selected: 

3

Only when you create new project, howeverIs not showing up under Generators it only shows JavaFX

0

Why do you need Java in Generators? What is your scenario? 

0

I am trying to learn how to code with Java, I followed the tutorial to install intellegi but the Java folder won't comeup

1

What I uploaded is just the example of how it should appear according to the tutorial

0

The dialog is redesigned in the latest version of IntelliJ IDEA. Now you should select “New Project” on the left, and “Java” on the right (see my previous screenshot.
It is the same as “Java generator” of your tutorial

1

this is same 

in src main you will find your program

1

So I have this exact same scenario. I've selected Java on the right like you said in your previous post. But I ran into the problem that I can't open the ''SRC'' source folder. It shows up and everything, but I basicly don't see that arrow and when I try to double click it, it opens some other stuff I know 0 about because I just started. Can someone maybe help?

0

something is wrong in your src folder try to recreate project and see if its showing main file in src

0

Pauliehetmannie14

To see a sample Main.java file in the src folder after creating a new project, you need to select the following option in the 'New Project' wizard:

0

Hello, please i´am new in java and i try to understand why i cant chande JDK type to the SDK, thanks for your help.

0

Hello,

Sorry, could you please clarify a bit? What do you mean by change JDK to SDK?

0

i m tryng to get this stuff, i think same problem of the first question

0

same problem as Damaris Svdra

0

Hello Swanbattel1987,
 
As described above, the tutorial video was recorded with the old version of IntelliJ IDEA. If you use a new version, then the dialog will be different.
If you want to create a new sample java project in IntelliJ IDEA 2023.2, then please do the following:

  1. File | New | Project
  2. Choose options from a picture and push "Create" button:


 
As a result, you will get a sample project with the Main class which you can run:


Kind Regards,
Margarita
JetBrains Support

0

Please sign in to leave a comment.