IntelliJ IDEA Beginner Tutorial | Download and Setup

  Рет қаралды 93,152

Automation Step by Step

Automation Step by Step

Күн бұрын

Пікірлер: 50
@aswinroyc2766
@aswinroyc2766 11 ай бұрын
Hey, you still don't tell how to configure java if it is not available in the system
@RaghavPal
@RaghavPal 11 ай бұрын
Aswin Sorry if I missed the details. I have separate videos on java setup. Can check here - kzbin.info/aero/PLhW3qG5bs-L8SGvNCb9Nj66JZkWPwfZFc kzbin.info/aero/PLhW3qG5bs-L_qj1L5hnHvJYeFpQ_g4UuU
@maksymr.7191
@maksymr.7191 4 ай бұрын
Thank you🤝 This video is helpful! Could you elaborate, please, what should I specify into the path: "Config or installation directory", if I don't want to use "Do not import settings" while importing Intellij IDEA settings?
@RaghavPal
@RaghavPal 4 ай бұрын
Max When importing settings in IntelliJ IDEA, if you choose not to use "Do not import settings," you'll need to specify the path to the configuration or installation directory. Here's what you should do: 1. Configuration Directory: This is where IntelliJ IDEA stores your settings, plugins, and other configurations. If you have a previous installation of IntelliJ IDEA and want to import those settings, you should specify the path to the configuration directory of that installation. The path typically looks like this: - On Windows: `C:\Users\\.IntelliJIdea` - On macOS: `~/Library/Preferences/IntelliJIdea` - On Linux: `~/.IntelliJIdea` 2. Installation Directory: If you want to import settings from another IntelliJ IDEA installation, you can specify the path to the installation directory. This is the directory where IntelliJ IDEA is installed. For example: - On Windows: `C:\Program Files\JetBrains\IntelliJ IDEA ` - On macOS: `/Applications/IntelliJ IDEA .app` - On Linux: `/opt/idea-IC-` If you don't have a previous installation or specific settings to import, you can choose "Do not import settings" to start with the default configuration.
@maksymr.7191
@maksymr.7191 4 ай бұрын
@@RaghavPal Great explanation, thank you a lot for sharing!
@fit4treat
@fit4treat 2 жыл бұрын
Hi Raghav, is there a tutorial on Robot framework with IntelliJ?
@RaghavPal
@RaghavPal 2 жыл бұрын
Not yet on IntelliJ, you can find my Robot Framework tutorials here - automationstepbystep.com/
@gustavo15798
@gustavo15798 Жыл бұрын
Hi! Thanks.. I'm a beginner with Java and IntelliJ. A little question: Why JDK 1.8?
@RaghavPal
@RaghavPal Жыл бұрын
Hi Gustavo May be I had that during the time of creating the video. You can go with the latest version
@gustavo15798
@gustavo15798 Жыл бұрын
@@RaghavPal Thanks! :D
@anandlshinde
@anandlshinde 3 жыл бұрын
Please make video on how to configure spring boot project
@RaghavPal
@RaghavPal 3 жыл бұрын
I will plan Anand
@bindu6790
@bindu6790 Жыл бұрын
Information and video making is superb ,info is to the point…
@RaghavPal
@RaghavPal Жыл бұрын
Thanks Bindu
@VinnyJonas
@VinnyJonas Жыл бұрын
Hi I only javafx showing when creating a new project, not just java as depicted in the video... could you please assist
@RaghavPal
@RaghavPal Жыл бұрын
Vinny Here are the steps on how to create a new Java project in IntelliJ without JavaFX: 1. Make sure that you have the Java plugin installed for IntelliJ. You can do this by going to **File** > **Settings** > **Plugins** and searching for "Java." If the plugin is not installed, you can install it by clicking on the **Install** button. 2. Set the default project type to Java in IntelliJ. Go to **File** > **Settings** > **Appearance & Behavior** > **System Settings** > **Project Defaults** and select **Java** from the **Project type** dropdown menu. 3. Create a new project by going to **File** > **New** > **Project**. 4. In the **New Project** dialog, select **Java** from the **Project category** and click **Next**. 5. In the **Project name and location** section, enter a name for your project and click **Next**. 6. In the **Project SDK** section, select the Java SDK that you want to use for your project and click **Next**. 7. In the **Project type** section, select **Plain Java Project** and click **Finish**. This will create a new Java project in IntelliJ without JavaFX. Here are some additional things to keep in mind when creating a new Java project in IntelliJ: * If you are using an older version of IntelliJ, you may not have the Java plugin installed. You can download the Java plugin from the IntelliJ website. * If you have the Java plugin installed, but you still do not see the Java option when creating a new project, you may have set the default project type to JavaFX. You can change the default project type by going to **File** > **Settings** > **Appearance & Behavior** > **System Settings** > **Project Defaults** and selecting **Java** from the **Project type** dropdown menu. * If you are still having problems creating a new Java project in IntelliJ, you can try searching for help online or contacting IntelliJ support. I hope this helps
@tasha6397
@tasha6397 3 жыл бұрын
Thank you very much for your excellent tutorials!
@RaghavPal
@RaghavPal 3 жыл бұрын
You're very welcome Tasha
@avikroychoudhury3858
@avikroychoudhury3858 Жыл бұрын
Thanks Raghav, if I have a Ultimate license key can we activate it from the community version or do I need to install the ultimate version for that separately?
@RaghavPal
@RaghavPal Жыл бұрын
Hi Avik, No, you cannot activate an Ultimate license key from the Community version of IntelliJ IDEA. You need to install the Ultimate version separately.
@thea1228
@thea1228 2 жыл бұрын
Life saver man, thank you so much
@RaghavPal
@RaghavPal 2 жыл бұрын
Happy to help
@Amandeep-uc7qh
@Amandeep-uc7qh 3 жыл бұрын
What's the difference between android studio and intelij Is it lightweight?
@RaghavPal
@RaghavPal 3 жыл бұрын
Great, I did not know it Ebin
@tonycavanagh1929
@tonycavanagh1929 10 ай бұрын
Why is intellj so anti right click. With eclipse I can right click. find in project, right click run/debug junit , right click find dependencies. :)
@RaghavPal
@RaghavPal 10 ай бұрын
Tony While IntelliJ IDEA might not have the exact same right-click options as Eclipse, it offers a different approach to functionality
@tonycavanagh1929
@tonycavanagh1929 10 ай бұрын
@@RaghavPal Actually there is right click, you just call it another name.
@RaghavPal
@RaghavPal 10 ай бұрын
ok, can also send your findings and suggestions to IntelliJ team
@Unknown-hu4gf
@Unknown-hu4gf 2 жыл бұрын
Hey, how do I get IntellJ IDEA to now hang and stutter when using it? Do I need a bigger CPU or something? I'm using a SSD and 32GB of RAM and my cpu is just a two core AMD, but it has a 3.4Ghz rating. And the thing just won't run smoothly! Are their configuration settings that I'm not using or something?
@RaghavPal
@RaghavPal 2 жыл бұрын
Hi, your config looks okay, can check this www.jetbrains.com/help/idea/increasing-memory-heap.html
@khushigiri3851
@khushigiri3851 3 жыл бұрын
How to create new project
@RaghavPal
@RaghavPal 3 жыл бұрын
Goto file new. You can just create a new folder and open in Intellij or can create a maven project, you will find this in next videos of this playlist
@pramodbharthi
@pramodbharthi 3 жыл бұрын
Please keep on this Playlist
@RaghavPal
@RaghavPal 3 жыл бұрын
Sure Pramod
@alino9831
@alino9831 Жыл бұрын
why download the zip file instead of the .exe
@RaghavPal
@RaghavPal Жыл бұрын
there are 2 ways, you can use any
@rams9900
@rams9900 3 жыл бұрын
Thanks Raghav sir
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome Rameshwar
@gunaranjani3723
@gunaranjani3723 2 жыл бұрын
Thanks bro❤️
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome
@kamalCode
@kamalCode 3 жыл бұрын
JetPack kotlin advanced tuotorial
@RaghavPal
@RaghavPal 3 жыл бұрын
I will check and plan
@quinnd6
@quinnd6 2 жыл бұрын
I downloaded the new Community Edition of Intelllij IDEA and they've screwed it up. It doesn't work like this anymore. They made a complete balls of it in the new version. It doesn't allow you to create a Java project just JavaFX which is actually outdated. I think the company making it wanted to make the free version crap so people would have to buy it to get basic features. It's actually more complicated than Eclipse now. F*ck it.
@RaghavPal
@RaghavPal 2 жыл бұрын
I will check that, thanks for informing, will try to do a session on this
@quinnd6
@quinnd6 2 жыл бұрын
@@RaghavPal It doesn't auto generate a Main.java anymore either. The way to get around the problem is to create a project that is a Maven build and uses Java and then right click on the java folder and make your own Main.java. That way at least you can get it to create and run a Java program. It's not as user friendly as the older version. Also adding maven dependencies has changed. You're better off just typing them in now and waiting for it to auto correct. That also seemed to be bugged on me as it couldn't find versions of Spring later than 4 until I exited it and restarted Intellij Idea is just a lot more awkward to use now than it was in your videos. A lot less user friendly. I suppose once you get the hang of it, it does the job.
@RaghavPal
@RaghavPal 2 жыл бұрын
thanks for adding
IntelliJ IDEA Beginner Tutorial | How to create Maven Project
9:23
Automation Step by Step
Рет қаралды 158 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
IntelliJ IDEA Beginner Tutorial | How to use TestNG
22:59
Automation Step by Step
Рет қаралды 73 М.
IntelliJ IDEA Full Course
2:35:00
Amigoscode
Рет қаралды 819 М.
Maven Complete Tutorial with IntelliJ
38:17
Programming Techie
Рет қаралды 127 М.
Google’s Quantum Chip: Did We Just Tap Into Parallel Universes?
9:34
Selenium Cucumber Java BDD Framework 1 - Setup | Step by Step | Raghav Pal
43:25
Automation Step by Step
Рет қаралды 772 М.
Create Your First Jira Project (Step-by-Step Tutorial)
8:31
Automation Step by Step
Рет қаралды 1,1 М.
Top 15 IntelliJ IDEA shortcuts
7:59
IntelliJ IDEA, a JetBrains IDE
Рет қаралды 381 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН