Download and Install Maven on macOS

  Рет қаралды 43,517

Code Java

Code Java

2 жыл бұрын

In this video, I'd like to help you get started with Maven on macOS. In details, you will learn:
- What Maven is about
- Download & Install Maven on macOS
- Configure system environment variable for Maven on Mac
- Create, Build and Run a Java Hello world program using Maven command line tool in terminal

Пікірлер: 69
@jenniferkash4424
@jenniferkash4424 11 ай бұрын
Perfect follow along! Thank you so much! For anyone else who can't hear exactly what he says at 4:13 to save the command, he says "press Ctrl + D".
@CodeJava
@CodeJava 11 ай бұрын
glad it helped. Thanks for watching!
@zigyias347
@zigyias347 10 ай бұрын
God bless you friend, I get mad to understand
@user-el8wc1ur5p
@user-el8wc1ur5p 4 ай бұрын
thank you so much
@Hike_n_Seek
@Hike_n_Seek 2 ай бұрын
OMG! Thank you so much. I was stuck here for a while.
@derkritiker6773
@derkritiker6773 Жыл бұрын
Thank you so much. I was looking for a good guide to install maven and found nothing. I'm so happy to have found your video by accident. Thanks to you, the installation worked
@CodeJava
@CodeJava Жыл бұрын
Glad you found this video. Watch more on my channel: kzfaq.info
@makshrech1263
@makshrech1263 Жыл бұрын
Oh men! U saved my day by answering whatta hell we need it OUTSIDE the IDE))) I thought I don't need it
@CodeJava
@CodeJava Жыл бұрын
Glad I could help!
@beee7359
@beee7359 Жыл бұрын
Super helpful! Thank you very much!!
@CodeJava
@CodeJava Жыл бұрын
Glad it helped!
@ugochukuanigala4133
@ugochukuanigala4133 Жыл бұрын
control what to reset d file?
@purple88able
@purple88able Жыл бұрын
Thank you great video!
@CodeJava
@CodeJava Жыл бұрын
Glad you liked it!
@HansaPodcast
@HansaPodcast Жыл бұрын
Thanks.. Very Helpfull Video.
@CodeJava
@CodeJava Жыл бұрын
Glad it helped
@limkweechai
@limkweechai Жыл бұрын
HI Nam, im your UDEMY student for Spring Boot, found this useful as in udemy only for Window base. May I know do we need to move the maven folder out from downloads to application folder?
@CodeJava
@CodeJava Жыл бұрын
Glad to hear that, Lim. You should move Maven folder to application folder.
@itrig7679
@itrig7679 Жыл бұрын
Thank you so much
@CodeJava
@CodeJava Жыл бұрын
You're most welcome
@dexryu3059
@dexryu3059 Жыл бұрын
At 4:14, what are you saying exactly? press control +v ? Plase help!
@CodeJava
@CodeJava Жыл бұрын
press Ctrl + D
@Lydia-cx6cm
@Lydia-cx6cm Жыл бұрын
@@CodeJava pressed ctrl + D terninal did not respond...
@Leonardo-gd2iz
@Leonardo-gd2iz Жыл бұрын
@@Lydia-cx6cm Помогите ) что нужно нажать на Mac OS что бы сохранить изменения?
@user-wu6zb9sj4n
@user-wu6zb9sj4n 8 ай бұрын
thank you it works for me
@CodeJava
@CodeJava 8 ай бұрын
You're welcome!
@deepthiremala5087
@deepthiremala5087 8 ай бұрын
Step 1: Download Maven and extract it Step 2: Move it to your require folder , eg: move it to Documents Step 3: Open Terminal 1) cd Documents 2) nano ~/.zshrc Step 4: type the following: export PATH=/Documents/maven-3.9.5/bin:$PATH Step 5: Control + O (To save the changes) Step 6: Enter Step 7: Exit the terminal , Quit it and reopen it again Step 8: To apply changes, type the following source ~/.zshrc Step 9: mvn -version
@CodeJava
@CodeJava 8 ай бұрын
great! thanks for providing this useful summary.
@optimisticenigma283
@optimisticenigma283 6 ай бұрын
Thanks man, literally read this and got it done in seconds!
@AMR-eg5fp
@AMR-eg5fp 5 ай бұрын
Saving session... ...copying shared history... ...saving history...truncating history files... ...completed. [Process completed] how do i get out of this?
@deepthiremala5087
@deepthiremala5087 5 ай бұрын
@@AMR-eg5fp apply changes
@talibyousuf7047
@talibyousuf7047 9 ай бұрын
Thank you so much 😊
@CodeJava
@CodeJava 9 ай бұрын
You're welcome 😊
@BruceWayne-iw7wg
@BruceWayne-iw7wg Жыл бұрын
4:11 what key did u use to save this command?
@CodeJava
@CodeJava Жыл бұрын
press Ctrl + D.
@ossama3115
@ossama3115 8 ай бұрын
it's work thanks
@CodeJava
@CodeJava 8 ай бұрын
You're welcome!
@goxyeagle8446
@goxyeagle8446 Жыл бұрын
I'm beginner in Java programming I can't believe how difficult it is just to install necessary tools to start coding I think IT lost me before I even started 😁
@CodeJava
@CodeJava Жыл бұрын
Yes, there are many tools and frameworks you can choose to learn and use today. Best of luck!
@_manasikara
@_manasikara Жыл бұрын
./mvn --> BUILD FAILURE and plenty of errors. Did exactly what u've done. Any ideas what may be causing the problem?
@CodeJava
@CodeJava Жыл бұрын
If you got that error, meaning Maven was installed successfully. The build failure message might mean no pom.xml file found.
@_manasikara
@_manasikara Жыл бұрын
@@CodeJava ok, thanx. Already fixed. Best.
@juhichoudhary9281
@juhichoudhary9281 10 ай бұрын
i did exactly same but i am not able to complete it showing not found command can someone help me, i have to complete it i have some work on this to do
@CodeJava
@CodeJava 9 ай бұрын
I think you did something wrong with the environment variable. Check this article and try again: www.codejava.net/tools/maven/install-maven-on-macos
@amruthamygapula5528
@amruthamygapula5528 8 ай бұрын
I'm getting compilation error at mvn package command
@CodeJava
@CodeJava 8 ай бұрын
what's the error about? it means issue in the project, not in Maven itself.
@mk-os8gl
@mk-os8gl Жыл бұрын
The operation couldn’t be completed. Unable to locate a Java Runtime.
@CodeJava
@CodeJava Жыл бұрын
did you setup JAVA_HOME before? Kindly follow this video: kzfaq.info/get/bejne/Z5Zkl7GI0rOagqc.html
@mk-os8gl
@mk-os8gl Жыл бұрын
@@CodeJava I am not sure but I installed JDK and it worked
@shreyamishra4940
@shreyamishra4940 Жыл бұрын
cat > .zshrc messedup my terminal
@CodeJava
@CodeJava Жыл бұрын
what happened?
@floriangrundel4809
@floriangrundel4809 Жыл бұрын
same
@earnyourfinancialfreedom
@earnyourfinancialfreedom Жыл бұрын
Can you hear yourself? Couldn't hear what you were saying and youtube subtitles was not able to pick up anything
@CodeJava
@CodeJava Жыл бұрын
sorry to hear that. Somehow KZfaq detected wrongly the language as Vietnamese :))
@mk-os8gl
@mk-os8gl Жыл бұрын
I cannot understand what you are saying please slow down
@CodeJava
@CodeJava Жыл бұрын
oh, i'm really sorry for that. Thanks for watching anyway.
@YusufSaidCANBAZ
@YusufSaidCANBAZ Жыл бұрын
put commands to definition so people can copy/paste
@CodeJava
@CodeJava Жыл бұрын
you can copy the commands in the article: www.codejava.net/tools/maven/install-maven-on-macos
@Gol_D_Roger_The_Pirate_King
@Gol_D_Roger_The_Pirate_King Жыл бұрын
cat > .zshrc command will overwrite your existing .zshrc config. Please correct your tutorial by using cat >> .zshrc.
@CodeJava
@CodeJava Жыл бұрын
Got it. Thanks for your suggestion.
@thaishriya8005
@thaishriya8005 Жыл бұрын
How to get the original file contents back?
@eshasingh2847
@eshasingh2847 11 ай бұрын
@@thaishriya8005 Did you happen to find the solution
@zigyias347
@zigyias347 10 ай бұрын
@@thaishriya8005 system advises to recover press R => 5. Change the PATH to this line of code: export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
@just-code2093
@just-code2093 Жыл бұрын
ive watched this twenty times, still not success
@CodeJava
@CodeJava Жыл бұрын
sorry to hear that.
@ktn4
@ktn4 2 жыл бұрын
Hehe I like to use IntelliJ, it has all the needed things
@ErandiWijerathne
@ErandiWijerathne 5 ай бұрын
Thank you so much
@CodeJava
@CodeJava 5 ай бұрын
You're most welcome
How To Download And Install Maven On MAC
14:29
Mukesh otwani
Рет қаралды 9 М.
How To Install Maven On Mac OS Step By Step Tutorial
9:00
Jahmal Richard
Рет қаралды 24 М.
Дарю Самокат Скейтеру !
00:42
Vlad Samokatchik
Рет қаралды 8 МЛН
Now THIS is entertainment! 🤣
00:59
America's Got Talent
Рет қаралды 39 МЛН
Mom's Unique Approach to Teaching Kids Hygiene #shorts
00:16
Fabiosa Stories
Рет қаралды 30 МЛН
Mac Fanboy Tries ARM Windows Laptops
31:40
Snazzy Labs
Рет қаралды 158 М.
How To Make Your Boring macOS Terminal Amazing With Alacritty
16:33
Josean Martinez
Рет қаралды 140 М.
How to install Maven on Mac || Set environment variable for Maven
10:36
Codenbox AutomationLab
Рет қаралды 22 М.
How to Install Maven on macOS - Step by Step Guide
9:02
Begin Secure
Рет қаралды 12 М.
The Ultimate MacBook Setup 2023 - Professional and Aesthetic Look
10:53
Arthur Winer
Рет қаралды 1,1 МЛН
Turns out REST APIs weren't the answer (and that's OK!)
10:38
Dylan Beattie
Рет қаралды 112 М.
CrowdStrike IT Outage Explained by a Windows Developer
13:40
Dave's Garage
Рет қаралды 2 МЛН
How to install Maven on Mac OS Beginners Tutorial
10:29
Automation Step by Step
Рет қаралды 83 М.
How to Install Java on Mac | Install Java JDK on macOS (2024)
16:48
ProgrammingKnowledge
Рет қаралды 101 М.
Красиво, но телефон жаль
0:32
Бесполезные Новости
Рет қаралды 1,5 МЛН
BEKMOBILDA Tecno Camon 30 smartfoni🔥🤩 #bekmobil
1:01
Bekmobil shorts
Рет қаралды 2,3 МЛН
НЕ БЕРУ APPLE VISION PRO!
0:37
ТЕСЛЕР
Рет қаралды 296 М.
КРУТОЙ ТЕЛЕФОН
0:16
KINO KAIF
Рет қаралды 6 МЛН
Самые крутые школьные гаджеты
0:49
Samsung laughing on iPhone #techbyakram
0:12
Tech by Akram
Рет қаралды 2,9 МЛН