Hey guys, in this post will learn about how to download and install IntelliJ for Mac.
IntelliJ is an IDE(Integrated Development Environment) for Java developers. IntelliJ is available in two editions, Ultimate and Community. We will be downloading IntelliJ Community Edition because it’s free, open-source.
Pre-requisite:
- Download and Install JAVA(JDK)
Download and Install IntelliJ
Step 1: Navigate to https://www.jetbrains.com/idea/
Step 2: Click on download option
Step 3: In the next screen
- Select the platform ( I will be using Mac for my tutorial)
- Select the edition
Step 4: Save the file in your desired location
Step 5: Open the downloaded file, and you should be seeing a message something like verifying and opening. Once you get the below screen, drag and drop the IntelliJ to the Applications folder
Step 6: After you drag and drop into the applications folder, you should see something like below screen,
Step 7: Once the copying process has been done, follow the below steps,
- Click Applications folder in the side panel
- Double Click IntelliJ
- Click Open
Step 8: You should be able to see IntelliJ application has been opened
Step 9: Welcome to IntelliJ IDEA screen
Step 10: You can add IntelliJ to Mac’s Dock by right-clicking IntelliJ which is opened in the Dock -> Click Options -> Click Keep in Dock so that you can quickly access IntelliJ next time.
You have downloaded and installed IntelliJ successfully!!
In my next post, will learn about how to install cucumber plugin for IntelliJ.
Suggested Readings:
Top 30 Cucumber Interview Questions & Answers
Steps to automate two-factor authentication (2FA) using selenium
Top 40 Selenium Interview Questions & Answers
Know anyone who would like to learn Cucumber for enhancing their skills? Let them know by sharing this article on Facebook, Twitter, Pinterest or Google Plus.
Nice