Lab 1
Lab 1
Lab 1
IDE & Hello World
Install IntelliJ IDEA
IntelliJ IDEA is a cross-platform IDE that provides consistent experience on the
Windows, macOS, and Linux operating systems.
Page 1 of 7
Alalamein University Structure
Faculty of Computer Programming
science & Engineering Course Code: CSE014
To run IntelliJ IDEA, find it in the Windows Start menu or use the desktop
shortcut. You can also run the launcher batch script or executable in the
installation directory under bin.
When you run IntelliJ IDEA for the first time, some steps are required to
complete the installation, customize your instance, and start working with the
IDE.
Page 2 of 7
Alalamein University Structure
Faculty of Computer Programming
science & Engineering Course Code: CSE014
Select whether you want to use the default Darcula or Light theme.
Page 3 of 7
Alalamein University Structure
Faculty of Computer Programming
science & Engineering Course Code: CSE014
When you click Start using IntelliJ IDEA, it will show the Welcome screen.
Page 4 of 7
Alalamein University Structure
Faculty of Computer Programming
science & Engineering Course Code: CSE014
If the JDK is installed on your computer, but not defined in the IDE,
select Add JDK and specify the path to the JDK home directory (for
example, /Library/Java/JavaVirtualMachines/jdk-12.0.1.jdk).
If you don't have the necessary JDK on your computer, select Download
JDK. In the next dialog, specify the JDK vendor, version, and change the
installation path if required.
Some frameworks require their own SDKs in addition to the JDK, for
example, Android or Grails.
Page 5 of 7
Alalamein University Structure
Faculty of Computer Programming
science & Engineering Course Code: CSE014
4. Other options differ depending on the framework that you have selected.
Refer to the list below for the detailed description of options for each
framework.
5. Choose name for the project
Page 6 of 7
Alalamein University Structure
Faculty of Computer Programming
science & Engineering Course Code: CSE014
When you open a project in IntelliJ IDEA, the default user interface looks as
follows:
Page 7 of 7