How do i create a program in java using IJ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do i create a program in java using IJ

28th Jul 2018, 6:02 AM
Thembinkosi Dhlamini
Thembinkosi Dhlamini - avatar
3 Answers
+ 1
IJ?
28th Jul 2018, 7:51 AM
Jonas Schröter
Jonas Schröter - avatar
+ 1
intelliJ idea community
28th Jul 2018, 8:03 AM
Thembinkosi Dhlamini
Thembinkosi Dhlamini - avatar
+ 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.
28th Jul 2018, 8:11 AM
Jonas Schröter
Jonas Schröter - avatar