| |
|
IntelliJ Installation
IntelliJ Installation
Installation Requirements
(1)Hardware Requirements
- Minimum 2GB RAM, 4 GB RAM is recommended
- Minimum screen resolution 1024 * 768
- 1.5 GB Hard disk space + At least 1 MB caches
(2)Software Requirements
- JDK 6 or Higher is required
- JRE 1.8 is bundled with the IntelliJ IDEA distribution. So we do not need to install java on the system to run IntelliJ IDEA.
To install IntelliJ IDEA
(1)Download IntelliJ IDEA IDE on Operating Systems.
(2)Installation for Windows
- Run the ideaIC.exe or ideaIU.exe file downloaded on your system.
- Follow the instructions in the installation wizard on the windows screen.
(3)Installation on Linux
- Unzip the ideaIC.gz or ideaIU.gz file downloaded on your system.
- Open the Terminal and Type the below command then press enter.
cd Downloads / Extracted file Name /bin/
- Run idea.sh from the bin Directory.
./idea.sh
(4)Installation for Mac
- Double click the ideaIC.dmg or ideaIU.dmg file downloaded on our system.
- Copy IntelliJ IDEA to the Application folder.
IntelliJ IDEA Configuration
If you are opening IntelliJ IDEA first time, you will get some initial configuration wizard to us. And this wizard ask for the technologies we want to enable or disable. Then you can select plugin. | |
|
|
|
|