CodeGym /Courses /Java Syntax /IntelliJ and creating your own project

IntelliJ and creating your own project

Java Syntax
Level 3 , Lesson 9
Available

"Hi, Amigo! Are you making progress?"

"Hello, Professor."

"Everything's great. Today I installed the JDK and IntelliJ IDEA on Diego's advice. Then, on Kim's advice, I downloaded a project and plugin for doing tasks. I'm now trying to sort out how to use it all."

"I'll help you. I believe that I know the best way to teach you how to create applications. Let's create our own project, separate from the project for CodeGym tasks. Seeing once is better than hearing a hundred times. Here's a video for you:"

"Thank you. Let's watch it now."

"And here's one more good link directly to the website of Intellij IDEA's creators."

Creating and starting your first Java application

"Thank you. I'll take a look as soon as I've looked at the first link."

"Of course, step-by-step instructions won't hurt either. First, start IntelliJ IDEA"

Creating a project from scratch

"And what's next?"

"Now let's create the simplest program in IntelliJ IDEA."

Creating a simple program

"What do the strings 'C:\Program…' and 'Process finished with exit code 0' mean?"

"That's housekeeping information from IntelliJ IDEA. The first string contains the command used to run the program. The other string indicates the program's exit code. 0 means the program exited normally."

"Thank you, Professor! Cool lesson!"

Comments (36)
TO VIEW ALL COMMENTS OR TO MAKE A COMMENT,
GO TO FULL VERSION
Ahu Level 5, Slough, United Kingdom
6 December 2020
Thank you for the video and slides 🥰. It was very helpful and I am especially happy to know the shortcuts: psvm + tab and sout + tab 🥰🥰🥰
Jurij Thmsn Level 29, Flensburg, Germany
3 December 2020
Unfortunately, the Slides don't work on my browser. Are there any additional informations included in the slides compared to the video tutorial? Am I missing something important if I just do the video tutorial?
Ahu Level 5, Slough, United Kingdom
6 December 2020
Hello Jurij, try Mozilla, then click on the dots, you will see the individual slides. I have just checked it, it is the same as the video. I believe CodeGym kindly shows the same information in the slides as in the video to reach out everyone equally, since YouTube channel is banned in some countries.
Jurij Thmsn Level 29, Flensburg, Germany
6 December 2020
Thanks, ahu! I'll try :)
Dev Level 5, Abuja, Nigeria
27 November 2020
Can I still use Eclipse to create the project?
Alex Vypirailenko Level 41, USA
28 November 2020
Our plugin was specifically designed for IntelliJ IDEA and it has not been tested in Eclipse.
Joe M Level 47, Owings Mills, United States
21 September 2020
Great to see the combination of IJ and CodeGym
narcissus Level 5, ., Iran
1 September 2020
can I use plugin without subscription ?
Alex Vypirailenko Level 41, USA
28 November 2020
You can, but only for creating games from the Games section and the first level of our course.
Gellert Varga Level 23, Szekesfehervar, Hungary
26 February 2020
When i created my first new project and package, and i wanted to create a new class, i got this error: >>Unable to parse template "Class" Error message: This template did not produce a Java class or an interface"<< If you too, see THE SOLUTION here: https://www.youtube.com/watch?v=y1twK7OJXuI Or shortly: File / Settings / Editor / File and Code Templates / Class: and copy this line in that big empty field: #if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end #parse("File Header.java") public class ${NAME} { } and then press the OK-button.) Don't ask me what it means... but it works!:) (IntelliJ IDEA 2017.1.6; JDK 1.8.0_151; 32bit WinXP.)
Kris Level 9, Englewood, United States
24 September 2019
that's the greatest option ever!!! -->>> to create your own shortcuts :D
23 August 2019
great !
Jeff Level 6, Taco Town, United States
29 July 2019
Darn, I'm on a 32-bit machine at work, latest version of JDK is a 64-bit version. I'll have to do this at home.
Clarence L Mackey Level 4, Fresno, United States
25 June 2019
I must admit I do like this developer tool