This is really friendly to a java beginner. We got a historical view of the developing of java building tools. Now, we know where we are ,and where to go. Thank you so much!
Thanks! I love hearing detailed feedback like this. My career went through all of these build tools, and I remember each of them well. I like when I can share knowledge and others find it valuable. I life even more when I can learn from others. ;)
I'm glad it helped! Mastering builds is essential for understanding programming. I made this video to compare and contrast several of the build options available.
Thanks! I have several playlists that feature this video. Feel free to have a look. Is there a specific topic you're interested in? I'm happy to make recommendations.
Hi Brandan, As I created the Maven project I got the errors "Unresolved plugin: 'org.apache.maven.plugins ...'" which, thanks to stackoverflow, I fixed with "File > Invalidate Caches > Invalidate and Restart." Now, I also noticed that the .gitignore file in the Maven project differs from the one we created for the original project. Am I supposed to merge the lines from .gitignore of the original project into .gitignore of the Maven project? Or replace the content of .gitignore of Maven project with the one generated by gitignore(.)io, this time using the updated set of the keywords like 'Java' 'IntelliJ' 'Maven'?
This is really friendly to a java beginner. We got a historical view of the developing of java building tools. Now, we know where we are ,and where to go. Thank you so much!
Thanks! I love hearing detailed feedback like this.
My career went through all of these build tools, and I remember each of them well. I like when I can share knowledge and others find it valuable.
I life even more when I can learn from others. ;)
I don't know why how i miss such kind of valuable material i really don't know!!!!! Thank you Sir at Last I find you! I really value ❤
I'm glad you found it! I have Nanny more videos.
Keep in touch and let me know how your projects go!
@@discospiff I know Sir, I do that. Sir what you did for my career is unthinkable. I deeply thank you very much from bottom of my heart!!
Very informative and beginner friendly video. Thanks!
Excellent, thanks for the feedback!
There are many different build options. Understanding when to use them is key!
Wow, you are a great teacher. This clarified so many things for me.
Thanks! I'm glad it helped.
I hope you're building something awesome! Let me know how it goes!
Great video, I got so much clarified! Thanks a lot Brandan
I'm glad it helped! There are lots of build options in Java, I hope you find the one that's best for you.
This is really helpful. Thanks a lot and the tutorial coming :)
I'm glad it helped! Knowing how these different approaches to building and compiling is essential, in my opinion.
Thanks, very helpful.
Super helpful, thanks!
I'm glad it helped!
Mastering builds is essential for understanding programming. I made this video to compare and contrast several of the build options available.
This was very good, If this video is a part of a tutorial, can you point me to the tutorial?
Thanks! I have several playlists that feature this video. Feel free to have a look. Is there a specific topic you're interested in? I'm happy to make recommendations.
neat
Thanks!
Hello Sir. Why my runnable Jar is running fine from CMD but i can not run it by double clicking? Thanks.
Does the jar have a MANIFEST.mf file with Main-Class attribute set?
That's what you need.
@@discospiffYest MANIFEST.mf is correct but i still have the same issue..
Hi Brandan,
As I created the Maven project I got the errors "Unresolved plugin: 'org.apache.maven.plugins ...'" which, thanks to stackoverflow, I fixed with "File > Invalidate Caches > Invalidate and Restart."
Now, I also noticed that the .gitignore file in the Maven project differs from the one we created for the original project. Am I supposed to merge the lines from .gitignore of the original project into .gitignore of the Maven project? Or replace the content of .gitignore of Maven project with the one generated by gitignore(.)io, this time using the updated set of the keywords like 'Java' 'IntelliJ' 'Maven'?