IntelliJ IDEA - Java Developer IDE

11:46 AM Quang Dương 0 Comments

In the Java world, there are many support tools for building and debugging applications. With the diversity that gives users more choice, but it's also difficult for beginners, They don't know what tools are optimal and most appropriate for themselves.
Through my work, I would like to introduce to the IntelliJ IDEA tool - a powerful support tool for Java programmers.
To download and install the application, let us visit the download page of the application. Press releases download absolutely free Community Edition.


After downloaded the installation file, click and install according to instructions on the display (If you are unsure, just click the Next button until the finish).
The installation is completed, you will see the interface as shown below: 

Create New Project: Create any new Project,
Import Project: import Eclipse project.
Open: Open exists project from the drive.
The next step we will generate Java Hello World application test first.
Click button Create New Project:
Select the Java JDK from the drive where you have downloaded and installed earlier (If not, you can download and install it here).
Click Next Button.
Tick checkbox "Create project from template". This will create a simple Java application that includes a class with main() method.
Continue click next button. 

Project named according your hobby and click finish.
Follow the tips to know the features of the IDE. After finished, You will see a great interface and professionally to develop applications.

Follow the simple code to show "hello world!" on a terminal.
Click Tab Run/ Run 'main' or green triangle button right corner of the toolbar to run the program.

The end, we will see "Hello World!" printed on the terminal screen as below.


After completing all the above steps, you know how to install and create the first application using IntelliJ IDE simplest.
As for the features of the tool, I will introduce in the next articles.
Thank you, if you have any questions please leave a comment.

0 nhận xét: