Didn't worked for me. I'm currently using openJDK and already updated it. But how can I install JDK 17 on my Ubuntu Linux? I followed your steps until the profile file, but then when I type '. .profifle', the terminal shows me: 'JAVA: command not found'. What happened?
Thanks for the help man. Keep up your good work! I was having trouble with installing java i was confused but your video help me so... I think you need to keep up your hard work! Great job man for helping the people who does not know how to install java great work.👍👍👍
thank you sir, you helped me a lot. it worked for me. openjdk 11.0.17 2022-10-18 OpenJDK Runtime Environment (build 11.0.17+8-post-Ubuntu-1ubuntu222.04) OpenJDK 64-Bit Server VM (build 11.0.17+8-post-Ubuntu-1ubuntu222.04, mixed mode, sharing)
followed all the steps, and restart my PC and when i typed java --version command on the terminal it shows: "java --version Command 'java' not found, but can be installed with: sudo apt install openjdk-11-jre-headless # version 11.0.15+10-0ubuntu0.22.04.1, or sudo apt install default-jre # version 2:1.11-72build2 sudo apt install openjdk-18-jre-headless # version 18~36ea-1 sudo apt install openjdk-8-jre-headless # version 8u312-b07-0ubuntu1 sudo apt install openjdk-17-jre-headless # version 17.0.3+7-0ubuntu0.22.04.1"
Whoever has this problem please note: every time you open terminal to check java version you need to write the ". .profile" command first...kinda stupid but it works for me
the one u are mentioning is the open source java development kit or openjdk , this one is oracle, if u r basic learner openjdk is more than enough , but if u r working for enterprise then for performance use oracle jdk
[Running] python -u "/home/prohacker/Downloads/dj.py" /bin/sh: 1: python: not found [Done] exited with code=127 in 0.025 seconds erro in python code run, in vs code on ubuntu 22.04lts please give solution
JAVA_HOME=your jdk/bin path
export JAVA_HOME
PATH=$JAVA_HOME/bin:$PATH
export PATH
Ctrl+O to save it
Thank you
Not working
Didn't worked for me.
I'm currently using openJDK and already updated it. But how can I install JDK 17 on my Ubuntu Linux?
I followed your steps until the profile file, but then when I type '. .profifle', the terminal shows me: 'JAVA: command not found'. What happened?
did you change JAVA_HOME to point to where you uncompressed your java ? something like JAVA_HOME=/home/userxD/Java/jdk-17.0.6
How did you went there I don't know how to save that
Very very beautiful and simple.... I have also seen in some cases people use "Installation scripts" to install the Java SDK. Whats the use ?
how do you save the file?
Thanks for the help man. Keep up your good work! I was having trouble with installing java i was confused but your video help me so... I think you need to keep up your hard work! Great job man for helping the people who does not know how to install java great work.👍👍👍
You are welcome!
How to reload after save it
. ~/.profile
Now save this file, how did u do that? how to save the file?
ctrl+o
java works, but when I type jdk it doesnt and tell me to install jdk
how to save file pls explain
Bro what we have to do after these pls tell bro
thanks its working. (21 June 2023)
Welcome!
where's the url from ??
Yeah same doubt 😢
Thanks Bro keep it up doing more videos!
Helpful
Thanks sir
Welcome!
thank you sir, you helped me a lot. it worked for me.
openjdk 11.0.17 2022-10-18
OpenJDK Runtime Environment (build 11.0.17+8-post-Ubuntu-1ubuntu222.04)
OpenJDK 64-Bit Server VM (build 11.0.17+8-post-Ubuntu-1ubuntu222.04, mixed mode, sharing)
You're running version 11
how to reload
how did u save this file
ctrl + x
@@dev_tipswithg1344 then how to click yes
@@arsingh8137 press y and it is saved
Thank you🎉
Thanks a lot
Most welcome!
Thank you so much
Thank you bro
thank you, really
You're welcome!
Thank you!
followed all the steps, and restart my PC and when i typed java --version command on the terminal it shows: "java --version
Command 'java' not found, but can be installed with:
sudo apt install openjdk-11-jre-headless # version 11.0.15+10-0ubuntu0.22.04.1, or
sudo apt install default-jre # version 2:1.11-72build2
sudo apt install openjdk-18-jre-headless # version 18~36ea-1
sudo apt install openjdk-8-jre-headless # version 8u312-b07-0ubuntu1
sudo apt install openjdk-17-jre-headless # version 17.0.3+7-0ubuntu0.22.04.1"
Please! reload profile. just type ". .profile" on terminal or set JAVA_HOME path on /etc/profile permanently
just type sudo apt install openjdk-17-jre-headless
Whoever has this problem please note: every time you open terminal to check java version you need to write the ". .profile" command first...kinda stupid but it works for me
the one u are mentioning is the open source java development kit or openjdk , this one is oracle, if u r basic learner openjdk is more than enough , but if u r working for enterprise then for performance use oracle jdk
Thanks man
Nahi hua
thank you!!
thanks a lot man
done bro
🙏
T^T thank you
helps alot
[Running] python -u "/home/prohacker/Downloads/dj.py"
/bin/sh: 1: python: not found
[Done] exited with code=127 in 0.025 seconds
erro in python code run, in vs code on ubuntu 22.04lts
please give solution
Helpful