How to Install Java JDK on Mac OS [2023]

  Рет қаралды 76,027

Videoorchard

Videoorchard

Күн бұрын

Quick Tutorial on How to install Java JDK Java Development Kit (JDK) on Mac.
You can follow these steps to install any java version on your Mac OS X.
Note:This works on Mac OS running on M1 Chip and the Intel processors.
Java JDK Download:
www.oracle.com/java/technolog...
After the JAVA installation has completed, find the java version:
java -version
Find the location where Java JDK is Installed:
/usr/libexec/java_home
Now, find the shell you are on:
echo $SHELL
Find out the current directory you are in ZSH:
pwd
Navigate to the HOME directory:
cd /Users/[your_username]
List all the files in your current directory:
ls -al
configure JAVA_HOME path in zsh shell in MACOS:
touch ~/.zshenv
open ~/.zshenv
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-17.0.1.jdk/Contents/Home
cat ~/.zshenv
configure JAVA_HOME path in bash shell in MACOS
touch ~/.bash_profile
open ~/.bash_profile
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-17.0.1.jdk/Contents/Home
cat ~/.bash_profile
Videoorchard Official Fan pages:
Instagram: / videoorchard
Facebook : / videoorchard
Twitter : / videoorchard
Music:
"Bisiesto" by Hiracutch is under a Creative Commons Attribution 3.0
Music promoted by BreakingCopyright: • Chill Trap 🚩 BISIESTO ...

Пікірлер: 90
@rav7700
@rav7700 2 жыл бұрын
Only solution that worked after surfing to hundreds of cluttered instruction online. Great and simple explanation! Thank you!
@Videoorchard
@Videoorchard 2 жыл бұрын
Namaste. You are welcome. thanks for watching
@shamilraj7511
@shamilraj7511 Жыл бұрын
Thanks a lot for a clear and simple explanation !
@jjhdev
@jjhdev Жыл бұрын
Thanks! Really helpful to have someone show how this is done on an Intel Mac
@tomatosoup1908
@tomatosoup1908 Жыл бұрын
Great video my friend! This really helped me out through the beginning of college.
@overlordmax5551
@overlordmax5551 2 жыл бұрын
Ty so much. I finally have Java installed back on my Macbook 15 2015 (Monterey).
@ildikodr.banfalvi102
@ildikodr.banfalvi102 Жыл бұрын
Thanks for your help!!
@masbauddinkhandaker2900
@masbauddinkhandaker2900 9 ай бұрын
Thanks a lot. very useful video, help me a lot.
@sonalishivgotra2986
@sonalishivgotra2986 2 жыл бұрын
After watching 4 to 5 videos. This video helped me . Thanks
@Videoorchard
@Videoorchard 2 жыл бұрын
you are welcome
@corten_20
@corten_20 Жыл бұрын
Thank you so much 😀
@quoteoasis11111
@quoteoasis11111 2 жыл бұрын
Yeeeeeeees! I did and everything works! Thanks a lot!
@Videoorchard
@Videoorchard 2 жыл бұрын
you are welcome
@shrutiambashtha6196
@shrutiambashtha6196 Жыл бұрын
Thank you so much. Really Helpful..
@Videoorchard
@Videoorchard 11 ай бұрын
Glad it was helpful!
@stevenlevy8213
@stevenlevy8213 Жыл бұрын
Thanks so much for this!
@Videoorchard
@Videoorchard 11 ай бұрын
No worries!
@omersoylu1383
@omersoylu1383 Жыл бұрын
THANK YOU
@hana799
@hana799 2 жыл бұрын
thank you it worked
@Videoorchard
@Videoorchard 2 жыл бұрын
Glad it did.
@matheusp2001
@matheusp2001 Жыл бұрын
amazing tutorial, just saved my life
@Videoorchard
@Videoorchard 11 ай бұрын
Glad it helped!
@WakeOrFall4ever
@WakeOrFall4ever Жыл бұрын
Thanks it was very helpfull! Top!;)
@Videoorchard
@Videoorchard 11 ай бұрын
Glad it helped!
@pabloa5329
@pabloa5329 Жыл бұрын
Thanks a lot!
@Videoorchard
@Videoorchard 11 ай бұрын
You're welcome!
@marouazergui4445
@marouazergui4445 Жыл бұрын
Thank you :) 🙏
@Videoorchard
@Videoorchard 11 ай бұрын
You're welcome 😊
@jacksonoliveira3226
@jacksonoliveira3226 Жыл бұрын
Thank you so much!
@Videoorchard
@Videoorchard 11 ай бұрын
You're welcome!
@gogomac
@gogomac 2 жыл бұрын
Hello Teacher: What is the name of the app you have in the dock, which measures the %cpu %Ram and displays it data in the top bar? Thanks
@tillysgarden
@tillysgarden Жыл бұрын
Thank you so much
@Videoorchard
@Videoorchard 11 ай бұрын
You're most welcome
@vidumini23
@vidumini23 2 жыл бұрын
Thank you
@Videoorchard
@Videoorchard 2 жыл бұрын
welcome
@K_Ken
@K_Ken 2 жыл бұрын
I have a question. Can't I just install the Java without doing those echo or other things you showed after installing Java?
@edunwa3679
@edunwa3679 Жыл бұрын
saved me a whole lot of headache following a devOps course...Thanks
@Videoorchard
@Videoorchard 11 ай бұрын
You're welcome!
@deenoverdunya_99
@deenoverdunya_99 2 жыл бұрын
when i installed jdk, and went to do java -version in terminal it said 'please install jdk first' what do i do? pls help
@akshatsinghal2479
@akshatsinghal2479 Жыл бұрын
please make video on mysql jdbc with java project in vscode.
@juanfesanchez5886
@juanfesanchez5886 Жыл бұрын
I have installed the jdk and when I go manually to the library I found the Java folder with the JavaVirtualMachines, but when I put the command/usr/libexec/javahome into the terminal it says that there is No Java runtime present. So my machine does not recognize the installation. What can I do? help pls!!! :c
@jcc8841
@jcc8841 Жыл бұрын
Do i need to install Jre too...cos on windows you have to install "Jre" as well...
@lucasferreiramachadopinto2501
@lucasferreiramachadopinto2501 Жыл бұрын
How do I remove a file created in this list that appears when we type "ls -al"?
@raatjagatara549
@raatjagatara549 Жыл бұрын
every time I am trying to download java on my Mac OS 12.4 monetary, the terminal app shows command not found. I am not clear of what to do , Can I get some help please
@ayeshaali6462
@ayeshaali6462 Жыл бұрын
we can follow any oof the 2 methods: using zsh shell or bash , right?
@pauls7056
@pauls7056 Жыл бұрын
So complicated! Not your fault, of course, but scary for people who want an easy fix. Thanks for posting anyway.
@KAMARAFAMILY1
@KAMARAFAMILY1 Жыл бұрын
When I check the version after installing the new version, it showing me zsh command not found:java-version
@Littlwmichael
@Littlwmichael 2 жыл бұрын
What do i choose if its intel core i7?
@rajvaibhavsingh7757
@rajvaibhavsingh7757 Жыл бұрын
Bro touch function is not working in my terminal..... whatever I'm writing after "touch -'' it's showing illegal..... please tell me how to fix it
@sachixcar465
@sachixcar465 2 жыл бұрын
do a video on macbook air 2017 monterey vs bigsur
@Videoorchard
@Videoorchard 2 жыл бұрын
sure
@srivallykovuri2729
@srivallykovuri2729 Жыл бұрын
i followed your video and installed jdk 18 and set path now i wanted to delete the jdk 18 and delete the java_home path for jdk 18 plz help me
@ayeshaali6462
@ayeshaali6462 Жыл бұрын
i need to update java version, can i follow same steps
@inas3803
@inas3803 Жыл бұрын
i did all the steps but it still seems like i dont have it do i have to restart my computer?
@johnmichaelpinegar7080
@johnmichaelpinegar7080 Жыл бұрын
was doing good until I pulled up terminal and put java-version didn't do what your screen did
@bhuvanvadlapudi1969
@bhuvanvadlapudi1969 Жыл бұрын
when i use this "touch ~/zshenv" command then in the next line I got this "touch: /users/bmac/zshenv: Operation not permitted".So,For this what I have to do?
@michaelsuter6440
@michaelsuter6440 Жыл бұрын
How do I know if it worked?
@frogman3109
@frogman3109 Жыл бұрын
i can not find the terminal
@FmlYandi_
@FmlYandi_ Жыл бұрын
It doesn't give me the option to download just tells me the terms and conditions
@himanshumadan1745
@himanshumadan1745 2 жыл бұрын
make a video on how to install java idk 17.0.2 on Mac m1.
@Videoorchard
@Videoorchard 2 жыл бұрын
This works for M1 and also for any java version.
@himanshumadan1745
@himanshumadan1745 2 жыл бұрын
@@Videoorchard okay THANKSS
@Videoorchard
@Videoorchard 2 жыл бұрын
@@himanshumadan1745 No problem. Thanks for supporting.
@ShubhamAgnihotri_ForYou
@ShubhamAgnihotri_ForYou 2 жыл бұрын
Hey, have one question here- on running /usr/libexec/java_home, i am getting /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home which doesnt look correct
@riyachouksey2472
@riyachouksey2472 Жыл бұрын
Hi I have installed java and set path in zsh shell But when i am running echo $SHELL i am getting response as /bin/zsh wheareas it should be /bin/bash What needs to be done
@azjargalterbish635
@azjargalterbish635 10 ай бұрын
Have u found the solution
@adelacristea153
@adelacristea153 2 жыл бұрын
and If I have zsh not Bash? :)
@Videoorchard
@Videoorchard 2 жыл бұрын
first half of the video covers zsh. second half bash
@ellie_blackstock
@ellie_blackstock 2 жыл бұрын
i cant find the terminal anywhere/ Where should I look?
@The_OGCrumpet_gaming
@The_OGCrumpet_gaming 2 жыл бұрын
Press the magnifying glass and type terminal
@ellie_blackstock
@ellie_blackstock 2 жыл бұрын
@@The_OGCrumpet_gaming ah thanks
@The_OGCrumpet_gaming
@The_OGCrumpet_gaming 2 жыл бұрын
@@ellie_blackstock your welcome
@grbogrbo447
@grbogrbo447 Жыл бұрын
THANK YOU SO MUCH NOW I CANT HACK ON MY FRIENDS ON MINECRAFT WMAHHAHAHAHHAH
@himanshumataray
@himanshumataray 2 жыл бұрын
I'm unable to add /.zshenv to the home directory . it says touch: illegal option. pls Help
@michaelsuter6440
@michaelsuter6440 Жыл бұрын
only do .zshenv. I had the same issue
@michaelsuter6440
@michaelsuter6440 Жыл бұрын
just .zshenv
@aya-vx6pv
@aya-vx6pv Жыл бұрын
make sure you're using the ~ tilde
@niinaiodamttensowah2450
@niinaiodamttensowah2450 2 жыл бұрын
With this do I have Java?
@Videoorchard
@Videoorchard 2 жыл бұрын
Yes
@everythingawesome2091
@everythingawesome2091 Жыл бұрын
The lack of subtitles is very disappointing
@memothat_mexican_junior5009
@memothat_mexican_junior5009 2 жыл бұрын
2:16 ??? WHERE IS THE TERMINAL? YOU DID NOT SHOW US HOW TO PULL THAT UP.
@Fizzypop98
@Fizzypop98 2 жыл бұрын
Press cmd and space and search terminal
@Glitch-mouse-7000
@Glitch-mouse-7000 Жыл бұрын
This video was not clear, and it was not clear the words you said, this was not helpful.
@daniels4215
@daniels4215 Жыл бұрын
Dude. You should make a video for new PEOPLE WHO DO NOT UNDERSTAND ALL THAT SHIT. Make it easy for a NEW person that does not use all that terminal stuff to understand how to install Java JDK on a MacOS. It should be simple enough for me to explain it fo my GRANDMOTHER! Thanks.
@valentinasomoza4820
@valentinasomoza4820 Жыл бұрын
fr
@dhanalakshmiboopalan6880
@dhanalakshmiboopalan6880 2 жыл бұрын
echo $JAVA_HOME is not returning JDK location. i used instead /usr/libexec/java_home -v to returned the location. can you please confirm !
@youssefelshemy3143
@youssefelshemy3143 2 жыл бұрын
When I type the commands in a terminal it prints for me 'no such file or directory can you help me?
@Eli_7575
@Eli_7575 2 жыл бұрын
Did you figure out how? I’m having the same issue
@xeqqj1
@xeqqj1 Жыл бұрын
@@Eli_7575 did u solve the issue? im also struggling
@anthonyventura1952
@anthonyventura1952 Жыл бұрын
i did “java -version” instead of “java ~version” on my macbook
How to Install Java on Mac | Install Java JDK on macOS (2024)
16:48
ProgrammingKnowledge
Рет қаралды 101 М.
Install ComfyUI on Mac OS (M1, M2 or M3)
9:49
AIAnimation
Рет қаралды 48 М.
Cat Corn?! 🙀 #cat #cute #catlover
00:54
Stocat
Рет қаралды 17 МЛН
НЫСАНА КОНЦЕРТ 2024
2:26:34
Нысана театры
Рет қаралды 647 М.
Sigma girl and soap bubbles by Secret Vlog
00:37
Secret Vlog
Рет қаралды 11 МЛН
How To Install Java On MAC M2 | M1 | MACBook Pro
12:36
Mukesh otwani
Рет қаралды 37 М.
How to become a Java Jr. Developer in 2024
20:27
Learn with Phil
Рет қаралды 68 М.
Mac Fanboy Tries ARM Windows Laptops
31:40
Snazzy Labs
Рет қаралды 156 М.
80 Year Olds Share Advice for Younger Self
12:22
Sprouht
Рет қаралды 1,4 МЛН
How to Install Java JDK on Mac OS and set JAVA HOME variable
13:58
Automation Step by Step
Рет қаралды 22 М.
CMD PRANKS! (Educational Purposes ONLY!)
9:17
Veraxity
Рет қаралды 1,4 МЛН
How to set JAVA_HOME on Mac | Setting up $JAVA_HOME on macOS (2024)
7:42
ProgrammingKnowledge
Рет қаралды 10 М.
#samsung #retrophone #nostalgia #x100
0:14
mobijunk
Рет қаралды 9 МЛН
Как удвоить напряжение? #электроника #умножитель
1:00
Hi Dev! – Электроника
Рет қаралды 1 МЛН
Xiaomi SU-7 Max 2024 - Самый быстрый мобильник
32:11
Клубный сервис
Рет қаралды 455 М.
ЕС урезает аккумуляторы 🪫
1:00
Не шарю!
Рет қаралды 143 М.