+ 1
How do i create a program in java using IJ
3 odpowiedzi
+ 1
IJ?
+ 1
intelliJ idea community
+ 1
Hit "New Project" and press continue and finish. Then I'd suggest to create a new package under "src". Into that package you put a new class, your Main class. Into the class,you write the main function. If this main function is written correctly, on the left to the code there should be a little green rectangle. Hit it and then press the first line.