Install Java and set up Java Home Path in macOS from scratch | In Hindi

  Рет қаралды 10,022

Decoder AV

Decoder AV

2 жыл бұрын

NOTE: bash_profile spelling is not right in the video. By mistake I wrote bash_prifile, please pay attention to this.
How to Install and Setup Java in MacOS
Step 1. Download Java from
- www.oracle.com/java/technolog...
Step 2. Find Java Home Path
- /usr/libexec/java_home -v18
Step 3. Set Java Home Path in Bash Profile
- vim .bash_profile
- export JAVA_HOME={PATH from Step 2}
- source ~/.bash_profile
Step 4. Check Everything
- echo $JAVA_HOME
- java -version
- javac -version

Пікірлер: 57
@user-ll1ht7dr9h
@user-ll1ht7dr9h 6 ай бұрын
This is the only video which has properly explained how to install java and set its path .Thank You !!
@decoderav
@decoderav 6 ай бұрын
Glad it helped
@rohitbatra1169
@rohitbatra1169 Ай бұрын
Thanks so much sir, really helpful
@decoderav
@decoderav 2 күн бұрын
Happy to help
@technicalinzi1415
@technicalinzi1415 10 ай бұрын
Thanks ,Really Helpful
@decoderav
@decoderav 10 ай бұрын
Glad it helped
@neeraj9860
@neeraj9860 10 ай бұрын
great tutorial, helped me right away
@decoderav
@decoderav 10 ай бұрын
Glad it helped!
@DIVYANSHU267
@DIVYANSHU267 9 ай бұрын
thanks for help!
@decoderav
@decoderav 9 ай бұрын
Happy to help...😁😁😁
@TheWizardryBoy
@TheWizardryBoy Жыл бұрын
Tried other videos as well, but nothing helped. I am in learning stage so wanted a simple explanation and it worked for me. Thanks. Just one question. Will this setup the java home permanently or just on temporary basis??? Do I have to set it every time I start using it?
@decoderav
@decoderav 11 ай бұрын
Glad it helped! It's permanent so don't worry
@debendramohapatra4597
@debendramohapatra4597 Жыл бұрын
Thnx Bro..
@decoderav
@decoderav 11 ай бұрын
Your Welcome... Always happy to help...🙂
@ananysharma8483
@ananysharma8483 Жыл бұрын
Thanks a lot bhai ❤❤❤❤❤
@decoderav
@decoderav 11 ай бұрын
Anytime
@PoorvikPatel
@PoorvikPatel 11 ай бұрын
Thanks a lot for this bro
@decoderav
@decoderav 10 ай бұрын
Always welcome😁
@hunter.1803
@hunter.1803 Жыл бұрын
Hello sir, which are the problem you face in mackbook air M1 while developing project
@decoderav
@decoderav Жыл бұрын
There is no problem with development on Macbook Air M1. There are few things that I need to share with you guys.... I will create a video for that... very soon
@ebwankenobi.thechosenwan.3249
@ebwankenobi.thechosenwan.3249 Жыл бұрын
Aniket after setting java on mac what do we need to do for running the programs
@decoderav
@decoderav Жыл бұрын
You can use some IDE for writing and compiling your program. For java you can you IntelliJ Idea. It’s community version is free to use
@qiblaeawaltv
@qiblaeawaltv Жыл бұрын
Thank you
@decoderav
@decoderav Жыл бұрын
You're welcome
@hunter.1803
@hunter.1803 Жыл бұрын
Which coding app and servers app might not run on Mac OS
@decoderav
@decoderav 11 ай бұрын
So far everything is working fine for me and I'm using Mac since 8 years now... So don't worry
@pritambehera1308
@pritambehera1308 Жыл бұрын
Great 👍
@decoderav
@decoderav 11 ай бұрын
Thank you! Cheers!
@Little_wings.
@Little_wings. Жыл бұрын
While writing hello world program in vs code it shows java is a non project file only syntax error are reported what should I do?
@ind_insanegamer4299
@ind_insanegamer4299 Жыл бұрын
Same goes with me
@decoderav
@decoderav Жыл бұрын
Please reach out to me on my mail Id... sorry for the late reply... Actually I was out of town
@Little_wings.
@Little_wings. Жыл бұрын
@@decoderav ur email address?
@G2312
@G2312 Жыл бұрын
i followed all steps but on last step source ~/.bash.profile, getting below error . Please help source: no such file or directory:
@decoderav
@decoderav Жыл бұрын
it's not bash.profile..... Its bash_profile... There is undersocre(_) between bash and profile... not a dot(.) Hope this will help
@poorvim9563
@poorvim9563 Жыл бұрын
Aniket I followed these steps but in visual studio code my Java compiler is not working
@decoderav
@decoderav Жыл бұрын
Please let me know the problem
@pratikdongre4376
@pratikdongre4376 2 жыл бұрын
bhai apne jo bataya usme java home ka oath dalne ke baaad :wq ho hi nhi rha hai
@decoderav
@decoderav Жыл бұрын
Press esc button first. Sorry for the late reply
@pratikdongre4376
@pratikdongre4376 Жыл бұрын
It’s ok i solved the problem
@blacksparrow1415
@blacksparrow1415 11 ай бұрын
very nice video.
@decoderav
@decoderav 10 ай бұрын
Many many thanks
@ashwanipandey9752
@ashwanipandey9752 Жыл бұрын
Hi which macbook you are using ?
@ashwanipandey9752
@ashwanipandey9752 Жыл бұрын
getting following issue : source ~/.bash_profile /Users/ashwanipandey/.bash_profile:export:2: not valid in this context: Plug-Ins/JavaAppletPlugin.plugin/Contents/Home
@decoderav
@decoderav Жыл бұрын
MacBook Pro 16 inch
@ashwanipandey9752
@ashwanipandey9752 Жыл бұрын
@@decoderav so ur laptop is intel based that’s why configuration is different
@nishthauniyal9938
@nishthauniyal9938 Жыл бұрын
When I'm doing vim.bash_prifile . It's coming command not found . What do I do now ?
@dishalbhatnagar4127
@dishalbhatnagar4127 Жыл бұрын
give space between vim and ,bash profile
@decoderav
@decoderav 11 ай бұрын
It's vim bash_profile... No dot(.) In between
@nishthauniyal9938
@nishthauniyal9938 11 ай бұрын
@@decoderav Thank you so much for the reply.
@rajvaibhavsingh7757
@rajvaibhavsingh7757 Жыл бұрын
yeah all the things shown in the video are done nicely and JAVA is installed in my mac......BUT HOW TO RUN IT?........I mean where do we start doing java coding????
@decoderav
@decoderav Жыл бұрын
You can create a java File with .java extension.... and the run it with javac command. This might me confusing... Please let me know if you don't get it and I will create a video for this
@rajvaibhavsingh7757
@rajvaibhavsingh7757 Жыл бұрын
@@decoderav yeah that's definitely confusing because I didn't get a clue what ".Java extension" and "javac command" means...... so please make a video for it 🙏🙏🙏
@vaibhavnagrale8550
@vaibhavnagrale8550 10 ай бұрын
Bhai pura procedure follow kiya par home path set nh ho raha hai
@decoderav
@decoderav 10 ай бұрын
Kya error hai??
@nishthauniyal9938
@nishthauniyal9938 Жыл бұрын
Sir please upload a video on how to download mysql server . I've been searching for it 😭😭😭
@decoderav
@decoderav 11 ай бұрын
I will try ASAP
МАМА И STANDOFF 2 😳 !FAKE GUN! #shorts
00:34
INNA SERG
Рет қаралды 4,8 МЛН
I Can't Believe We Did This...
00:38
Stokes Twins
Рет қаралды 86 МЛН
How to install Maven on Mac || Set environment variable for Maven
10:36
Codenbox AutomationLab
Рет қаралды 21 М.
How to Install Java on Mac | Install Java JDK on macOS (2024)
16:48
ProgrammingKnowledge
Рет қаралды 91 М.
How to Install Java JDK on Mac OS [2023]
10:00
Videoorchard
Рет қаралды 75 М.
git rebase - Why, When & How to fix conflicts
9:45
Philomatics
Рет қаралды 31 М.
How To Uninstall Java On MAC M2| M1| Or Any Other Version
6:07
Mukesh otwani
Рет қаралды 10 М.
How to set JAVA_HOME on Mac | Setting up $JAVA_HOME on macOS (2024)
7:42
ProgrammingKnowledge
Рет қаралды 9 М.
How To Install Java On MAC M2 | M1 | MACBook Pro
12:36
Mukesh otwani
Рет қаралды 36 М.
Linux Tutorial For Beginners in Hindi
1:03:00
CodeWithHarry
Рет қаралды 2,6 МЛН
МАМА И STANDOFF 2 😳 !FAKE GUN! #shorts
00:34
INNA SERG
Рет қаралды 4,8 МЛН