My native language is spanish, but this tutorial I understand you 90 percent because your explanation is an easy to follow, your pronunciation, entonation, grammar is perfect for me, I know that this tutorial is the most basic but for me was incredible to understand you because you are from the ee.uu, thanks for share this information, regards from Perú.
Notes to myself: 3:00 - create package along with java class 4:13 - insert live template (command + j) 8:12 - open and close run window (command + 4) 8:46 - define artifact for JAR file 12:35 - show run anything dialog (ctrl twice)
@@deltaninjadrm I got a memory of a goldfish. When UA-cam recommended this video again, I was happy to see my notes written by my younger-self. I was total oblivious that I watched this video before. Regard my notes as digital sticky notes. Put them on the things as close as possible. ;)
@@kartikkhanna7704 I don't know why when you are talking about procedural programming I feel python has the easiest syntax not even c/c++ can come near that , but when OOP is applied I feel very uncomfortable in python whereas, OOP in JAVA is very much sorted (I previously learnt c/c++ from there i got this "C-style" Programming influence) . If you talk about non-C- style programming languages, I have learnt BASIC and python only. Python is great language
thank you for this, i was having trouble with getting started with using IDEs. i've been learning in an online course which teaches how the language works but doesn't cover IDEs.
I'm working on a JavaFX 14 project at the moment, but I haven't had time to finish it off. I do have JavaFX in some of my other tutorials, like this Spring + JavaFX tutorial: blog.jetbrains.com/idea/2019/12/tutorial-reactive-spring-boot/
Java aint not walk in the park, its actually more challenging than Phyton and plus this IDE makes it even more nerve wrecking!! on the other hand the UI and promps are fantasic, just awe-struck.
IntelliJ idea made me into JAVA from the boring NotePAD! but I don't use code completions at all, this is a good way to forget code syntax! so it just write them out!
Can somebody explain why you need this jar File? It appears as the class and the jar file have the same functionality, so why do we need to create a jar file? Thanks
Jar file can be used to make an executable application which you can click and run on any OS(since java is platform independent, but keep it in mind target machine must have JRE installed) JAR is also used to archive certain class files and store it in a repository for future use (As normally people use winRAR, winZip, 7zip) JAR is also an file archiver
Notes to myself: (credits to Trung) 3:00 - create package along with java class 4:13 - insert live template (command + j) 8:12 - open and close run window (command + 4) 8:46 - define artifact for JAR file 12:35 - show run anything dialog (ctrl twice)
I like using IntelliJ so much . Now I need to install and configure the CloudSim simulation toolkit in it for my semester project. Unfortunately, Most tutorials for this are based on using eclipse IDE and I don’t want to change using IntelliJ. Please help me on how to integrate CloudSim toolkit in IntelliJ IDEA. Thank u so much
Awesome! Could you please make more such videos. My students will benefit greatly from them and I' like to link them to our tutorials section. In future, I'd very much like to see a similar video with the configuration for JavaFX. I'm struggelining a bit to make it run with openjfx and openjdk (adoptjdk) under linux since the vmoptions must be set. With liberica there is no need to do so.
Just use SDK Man ( sdkman.io/ ) to manage the JDK's, and other JVM based technologies (eg Kotlin). When downloading IntelliJ go for the option that includes the Idea JDK.
Hey, I've got an issue with the run part, I don't get an option to run my class, it just shows edit configurations And I don't know how to go about it Please could you help me
You might need to make sure you have a JDK downloaded and installed? Difficult to know exactly what the issue is. If you can't get it to work you can raise an issue: youtrack.jetbrains.com/issues/IDEA
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?
Hi my Inteleji idea is not reading image and audio files I enter all file location correctly but still it doesn't working maybe in my settings something changed you know how to fix it
Hello dear friends . I have a problem in using buttons. When i set buttons and i run instead of what i want just show some dots. Do you now how can i fix it?
I'm on Mac. Whenever I press Command N to open a new class, as she said, it gives me a different option that says "editor coding files". Does anybody know what I'm doing wrong?
There used to be two keymaps for the Mac. The old one is more similar to the Windows shortcuts, so maybe that's the one you're using? The keymap I'm using (the one from the video) used to be called "Mac OS X 10.5", although I think in the latest version of IntelliJ IDEA it's just the default MacOS keymap.
Cannot start internal HTTP server. Git integration, JavaScript debugger and LiveEdit may operate with errors. Please check your firewall settings and restart IntelliJ IDEA. sir I am getting this error I open intelija app how to change the setting in fire can u please do a video on that!!!!
I am having a problem here, When I click "Build", there is only Build Module"HelloWorld" and no "Build Artifacts". Everything in my IntelliJ IDEA is as default. There is no "Out" folder after running. The Artifacts folder is in the .idea folder with a file called HelloWorld_jar.xml. Anyone have an idea what have I done wrong ? Thx
My native language is spanish, but this tutorial I understand you 90 percent because your explanation is an easy to follow, your pronunciation, entonation, grammar is perfect for me, I know that this tutorial is the most basic but for me was incredible to understand you because you are from the ee.uu, thanks for share this information, regards from Perú.
Notes to myself:
3:00 - create package along with java class
4:13 - insert live template (command + j)
8:12 - open and close run window (command + 4)
8:46 - define artifact for JAR file
12:35 - show run anything dialog (ctrl twice)
Can I have permission to use your notes. I know you worked hard to prepare it. Thanks.
you need a notepad bro
@@deltaninjadrm I got a memory of a goldfish. When UA-cam recommended this video again, I was happy to see my notes written by my younger-self. I was total oblivious that I watched this video before.
Regard my notes as digital sticky notes. Put them on the things as close as possible. ;)
@@run-forrest-run how are you now bro
How to set the classpath
The more I use IntelliJ idea, the more I love it.
wrr
It laggs on old PC's
@@destiny_02 enable power save mode
alho many functions will be lost....
@@justsheeeps134 it has a power saver ?
Me too!!!
Kudos to the person who explain this video. You really saved a lot of people from trouble and confusions. Thanks.
Glad you liked it!
in 2:44 it is crucial that you have selected `src` before creating a new class
thanks dude. I was going nut because i cannot find "Java Class" in New.
the new class wont be in the source if you dont
bro tysm
thank you
Thanks
Python coder here trying to learn Java. Exactly what I needed! Thank you!
same!
same here celina python is far more easy
Great to hear!
@@kartikkhanna7704 I don't know why when you are talking about procedural programming I feel python has the easiest syntax not even c/c++ can come near that , but when OOP is applied I feel very uncomfortable in python whereas, OOP in JAVA is very much sorted (I previously learnt c/c++ from there i got this "C-style" Programming influence) . If you talk about non-C- style programming languages, I have learnt BASIC and python only. Python is great language
Do we need to create a new package everytime we write a new code for different programs ?
Probably the best quick start tutorial i've ever seen.
thank you for this, i was having trouble with getting started with using IDEs. i've been learning in an online course which teaches how the language works but doesn't cover IDEs.
Keep it up
@@anshul9856 thanks i will. Im really enjoying learning coding so far.
Glad it was helpful!
@@intellijidea the ide is shit
Awesome video... First time user to IntelliJ, and I am already in love with it.
Glad you like it!
Coming from Eclipse this IDE feels like alien tech !!! Great video
Thanks for simple and clean explanation of entering program :)
Glad it was helpful!
Thanks JetBrains for this awesone tutorial !!!
Glad you liked it!
Incredibly articulate and informative. Perfect tutorial!
Are you programmer or learner
thanks very much for creating and sharing such a nice and easy to follow Tutorail
IntelliJ, Pycharm, Visual Studio Code, Visual Studio, Android Studio and Xcode, Code::Blocks are my favorite IDE's for Software Development.
Intellij IDEA is the best IDE ever!!!!!!
Personally I like VScode more , its much more user friendly
but its not good for Java, For front end atleast VScode is best for me
@@HarshRajAlwaysfree VSCode is halfway between a code editor and an IDE. IDEs are always more complicated and tend to be less user friendly at first.
This video was so well explained, thank you!
Glad you enjoyed it!
Awesome tutorial for someone starting with IntelliJ. The tutorial even show how to build jar (Java Archive) file.
Thank you for a wonderful tutorial, No complains as a beginner.. Kudos👏👏🙏
Late to the party but just saying thank you for this tutorial 🙂
Now, on to Spring examples!
Thank you for this video! Finally i found how to create a Java file. This is first step :)
Can you do the same video for a JavaFx project (creating a new project, coding, packaging etc using Java/JavaFx 14)?
I'm working on a JavaFX 14 project at the moment, but I haven't had time to finish it off. I do have JavaFX in some of my other tutorials, like this Spring + JavaFX tutorial: blog.jetbrains.com/idea/2019/12/tutorial-reactive-spring-boot/
Thanks a lot for the elaborate explanation! 👏👏
Thanks a lot for the detailed explanation!
8:36 Use the following keyboard shortcut to open the project's structure :
- Mac : Cmd+;
- Windows/Linux : Shift+Ctrl+Alt+double-tap-your-belly+S
IntelliJ is IDEA is really a good IDE I'm in love with it
Perfect explanation, thank you!
Glad it was helpful!
Java aint not walk in the park, its actually more challenging than Phyton and plus this IDE makes it even more nerve wrecking!! on the other hand the UI and promps are fantasic, just awe-struck.
IntelliJ idea made me into JAVA from the boring NotePAD! but I don't use code completions at all, this is a good way to forget code syntax! so it just write them out!
Trisha is the best!
Can somebody explain why you need this jar File? It appears as the class and the jar file have the same functionality, so why do we need to create a jar file? Thanks
Jar file can be used to make an executable application which you can click and run on any OS(since java is platform independent, but keep it in mind target machine must have JRE installed) JAR is also used to archive certain class files and store it in a repository for future use (As normally people use winRAR, winZip, 7zip) JAR is also an file archiver
Thanks for sharing
thanks for great and simple video
I started out using eclipse, but switch over to IntelliJ within a day.
Hey, Thank You Soo Much!!
You solved many problems...
Thank A Lot ❤️ :)
Get to know the full features of a simple application. Thanks, IntelliJ IDEA.
Very helpful! Thank you very much!
Glad it was helpful!
Thanks Trisha
Great Miss!
it was very helpful, thanks.
Notes to myself:
(credits to Trung)
3:00 - create package along with java class
4:13 - insert live template (command + j)
8:12 - open and close run window (command + 4)
8:46 - define artifact for JAR file
12:35 - show run anything dialog (ctrl twice)
Intellij IDEA is amazing
I like using IntelliJ so much . Now I need to install and configure the CloudSim simulation toolkit in it for my semester project. Unfortunately, Most tutorials for this are based on using eclipse IDE and I don’t want to change using IntelliJ. Please help me on how to integrate CloudSim toolkit in IntelliJ IDEA. Thank u so much
Did you solve it ?
Which way is the best: creating a project with one module (like in video), or creating an empty project and adding multiple modules?
Thank you so much, this really helps!!
😃😃
Glad it helped!
very helpful
Is it just me or when I install Intellij and try and open a new project I don't have the Java option just Java FX
Kudos
Nice...better than eclipse. Well done.
Thanks a lot!
vera level super
The perfect IDE doesn't exi...
IntelliJ Idea Rocks!
Yay! Thanks
Why does it run the entire build process? Couldn't it simply compile and run in half a second like Eclipse does?
Very helpful thank you
Awesome! Could you please make more such videos. My students will benefit greatly from them and I' like to link them to our tutorials section. In future, I'd very much like to see a similar video with the configuration for JavaFX. I'm struggelining a bit to make it run with openjfx and openjdk (adoptjdk) under linux since the vmoptions must be set. With liberica there is no need to do so.
Just use SDK Man ( sdkman.io/ ) to manage the JDK's, and other JVM based technologies (eg Kotlin). When downloading IntelliJ go for the option that includes the Idea JDK.
Do we need to create a new package everytime we write a new code for different programs ?
Wow, this video is actually 13:37 ! 😁👍
I try so many times still cannot get is I can put system after the run the main
i'm having this problem, too
Thank You , very useful
You are welcome
Yes but why when i double click on jar it doesn't do anything ?
Hey, I've got an issue with the run part, I don't get an option to run my class, it just shows edit configurations
And I don't know how to go about it
Please could you help me
You might need to make sure you have a JDK downloaded and installed? Difficult to know exactly what the issue is. If you can't get it to work you can raise an issue: youtrack.jetbrains.com/issues/IDEA
Try downloading new jdk from new project menu and after creating new project click on build project icon. Then you can get the run option.
IntellJ IDEA is very good.
At 0:40 on the top-left of the screen "java" is selected, on my pc this option is not available. How can I add this?
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?
Once I have created the jar file, can I just run it by double-clicking it in its folder? If I can, will it open the cmd or what?
when i run it, it keeps giving me error, "cannot determine path to tools.jar library for openjdk. what can i do to fix it
After creating a project why didn’t you create a package? I thought classes are created within a package? Please could you explain this
Great tutorial!
Thank you! Cheers!
What if I wanted to run the file outside the IDE, like a normal executable?
thanks, Czech republic!!
Hi my Inteleji idea is not reading image and audio files I enter all file location correctly but still it doesn't working maybe in my settings something changed you know how to fix it
Awesome!! It works!!
I guess its a rather simply problem, but the code completion doesnt show any of the system tags for me... How could I fix that? Great vid btw!!
I loaded IntelliJ on Win-10 and the UI is sadly *quite* different.
how can I add multithreading here on this project . I want to start solve 5 different position.
Where does the .jar saves? Im trying to find it, so I can run it
Thank you so much
Thank you 💞
Hello dear friends . I have a problem in using buttons. When i set buttons and i run instead of what i want just show some dots. Do you now how can i fix it?
Hmm... the length of this video happens to be exactly 13 minutes and 37 seconds... Nice! (Yes, I'm a 90's kid...)
Cannot resolve symbol 'String' showing this as error
how to solve it? I'm a beginner at java
This great. I am asking for videos about linking libraries with IntelliJ . Forexample in CLION, how do I integrate OPENGL
I just love intellij😍
We are happy to hear that :)
I'm on Mac. Whenever I press Command N to open a new class, as she said, it gives me a different option that says "editor coding files". Does anybody know what I'm doing wrong?
There used to be two keymaps for the Mac. The old one is more similar to the Windows shortcuts, so maybe that's the one you're using? The keymap I'm using (the one from the video) used to be called "Mac OS X 10.5", although I think in the latest version of IntelliJ IDEA it's just the default MacOS keymap.
Was unable to create packages had confusions😑 now it's sorted
thanks. that's helpful
Glad it was helpful!
Cannot start internal HTTP server. Git integration, JavaScript debugger and LiveEdit may operate with errors. Please check your firewall settings and restart IntelliJ IDEA. sir I am getting this error I open intelija app how to change the setting in fire can u please do a video on that!!!!
Best 👍
How can I print the all board every time it solves one box?
I'm having problems doing the with java 16.0.1
1:30 its showing no jdk package are available for download
Hello Bhai intelligent idea mein jab java korta hu Space work nahi kor Raha ha or points ka right site later ku delete kor Raha ha kiya koru botaoo
Error: Unable to access jarfile
Process finished with exit code 1
this dosent work for me at all im supper stumped :C
you are very right this is the worst tutorial I found on earth
Do more videos like this!
Hi my inteleji idea is not reading files what I need to do?
Does anyone knows why I don't have configure files (.idea)?
Can we make desktop apps like ms paint in intellij idea
You work in light mode?!! NANI WHO ARE YOU WHO CAN MANAG THIS FEAT?!!!
Hey Please help when I type Sy Synchronized is coming and I am having the latest version 2020.3 please help as fast as possible Thank you.
I am having a problem here, When I click "Build", there is only Build Module"HelloWorld" and no "Build Artifacts". Everything in my IntelliJ IDEA is as default. There is no "Out" folder after running. The Artifacts folder is in the .idea folder with a file called HelloWorld_jar.xml.
Anyone have an idea what have I done wrong ?
Thx
You mean you can't write system.out.println
Mine error says package doesnot exist