How to set up Java in Visual Studio Code

  Рет қаралды 421,435

Kenny Yip Coding

Kenny Yip Coding

Жыл бұрын

How to install Java with Visual Studio Code (vscode) in under 5 minutes.
Install Visual Studio Code: code.visualstudio.com/
Install Java Coding Pack: code.visualstudio.com/docs/ja...
Open vscode, and create new file. Name it whatever you want, but be sure to include the .java extension.
Ex) Create a file named Test.java and add the following code. Make sure the file name is exactly the same as the class name.
class Test {
public static void main(String[] args) {
System.out.println("HELLO WORLD JAVA");
}
}
Simple click the run button and you should see the output "HELLO WORLD JAVA".
You can also create a Java project by clicking Ctrl + Shift + P at the same time. Type in java create, and click on the Java: Create Java Project.
And, there you have it! How to setup Java for Visual Studio Code in under 5 minutes.
Java Game Programming Projects Playlist:
• Java Game Programming ...
JavaScript Game Programming Projects Playlist:
• JavaScript Game Progra...
Subscribe for more coding tutorials 😄!

Пікірлер: 141
@KennyYipCoding
@KennyYipCoding 11 ай бұрын
If you want to disable the parameter help box, in VSCode, on the bottom left there is a gear icon. Click on that, select settings. Search for "Java Inlay". Scroll down to where you see: *JavaScript › Inlay Hints › Parameter Names: Enabled* In the dropdown menu, select None. Scroll down a bit further and you'll see another: *Java › Inlay Hints › Parameter Names: Enabled* *Java › Inlay Hints › Parameter Names: Exclusions can be used to disable the inlay hints for methods.* Once again, in the dropdown menu, select None. Alternatively, you can open the settings.json file. To open this, press Ctrl+Shift+P at the same time, type in "settings.json" and select "Preference: Open User Settings (JSON)". Add this to the JSON file: "java.inlayHints.parameterNames.enabled": "none",
@KennyYipCoding
@KennyYipCoding 11 ай бұрын
Like and Subscribe if you found this tutorial helpful :) ! Also, why not check out my tutorials playlist? Java Game Programming Projects Playlist: kzbin.info/aero/PLnKe36F30Y4Y1XQOqNsL9Fgg_p6nYhcng JavaScript Game Programming Projects Playlist: kzbin.info/aero/PLnKe36F30Y4bLhA-st9sC4ZthyV7nsL2Q
@cemre6263
@cemre6263 10 ай бұрын
vsc gives me javac : The term 'javac' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:76 + ... Desktop\VisualStudio\Java\JavaProject\src\" ; if ($?) { javac App.jav ... + ~~~~~ + CategoryInfo : ObjectNotFound: (javac:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException PS C:\Users\cemre\Desktop\VisualStudio\Java\JavaProject\src> cd "c:\Users\cemre\Desktop\VisualStudio\Java\JavaProject\src\" ; if ($?) { javac App.java } ; if ($?) { java App } javac : The term 'javac' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:76 + ... Desktop\VisualStudio\Java\JavaProject\src\" ; if ($?) { javac App.jav ... + ~~~~~ + CategoryInfo : ObjectNotFound: (javac:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException Error pls help ig its about PATH idk how to fix it
@cemre6263
@cemre6263 10 ай бұрын
I solved it. To solve this problem go cmd and type java -version javac -version The versions must be same ex: 17.0.8 if they are different than press windowkey + R and type sysdm.cpl than go advanced than go envromental variables and check JAVA_HOME in user variables and PATH in system variables. Be sure that you checked the first variable in PATH if they are different for example JAVA_HOME shows 17.0.8 version and 8.1.0 in PATH (first/top variable) than you must delete 8.1.0 in PATH and you should put 17.0.8 version of javac to top of PATH with clicking edit. After all click ok buttons and restart cmd and vsc. It should work now.
@spurthim4528
@spurthim4528 4 ай бұрын
I am not able to run the program….. I mean it’s not working is there any kind of extension to be installed??
@LoStFoReVeRiNtImE
@LoStFoReVeRiNtImE 2 ай бұрын
Use code runner extension
@shades3692
@shades3692 8 ай бұрын
At first, the terminal was unresponsive, but closing and opening VSC fixed my issue. Great video, man thx a lot!
@DrBiography
@DrBiography 10 ай бұрын
Thank you so much for providing this video, I recently have been struggling to figure out how to run java in visual studio code, this video helped me figure it out, I just liked and subscribed.
@bimaltwayana2058
@bimaltwayana2058 6 ай бұрын
best tutorial ever. Best short and sweet and correctly taught how to install. Thank you so much sir.
@karlatorres9649
@karlatorres9649 3 ай бұрын
Thank you for making this video! I was stuck for a bit but you're very clear in your explanation! Thanks again!
@Uday_Aravind
@Uday_Aravind 10 ай бұрын
Thank you sir, I can run the codes now. Very helpful.
@laloquera5066
@laloquera5066 8 ай бұрын
Thank you very much for the great video! it has helped me a lot. Many, many thanks!
@user-ql4fy2gp6h
@user-ql4fy2gp6h 9 ай бұрын
thank you, this video helped me a lot. I don't really know English, but you do useful things. Thanks❤
@bunny11111
@bunny11111 8 ай бұрын
this one better be helpful cuz I've been figuring how to run a java code on visual studio.
@bimaltwayana2058
@bimaltwayana2058 6 ай бұрын
already subscribed and liked and commented. more tutorials should be created like this.
@kobysmith-mccallister4893
@kobysmith-mccallister4893 11 күн бұрын
The GOAT of java tutorials
@user-wp8mk3yg4o
@user-wp8mk3yg4o 4 ай бұрын
thank you for the simple explanation
@beyzaaaaaaaaaaaaaaaaa
@beyzaaaaaaaaaaaaaaaaa 7 ай бұрын
Hello, I want to ask something. Every time I open the vs code, a message saying "Java projects are opening, check the details" appears. It wasn't there before, is it normal? The laptop gets very hot while this is happening, that's why I asked.
@tommy757591
@tommy757591 6 ай бұрын
thank you this helped me get started
@russel2506
@russel2506 Ай бұрын
Finally a 4k tutorial lol appreciate it
@joshh2497
@joshh2497 9 ай бұрын
do i need to create a code in SRC folder ? or i can do in other file that it not connect in JavaProject? thank you for answer in advance!!
@mousumibanerjee733
@mousumibanerjee733 9 ай бұрын
Thank you for the easy setup tutorial
@nabihachaiti6574
@nabihachaiti6574 6 ай бұрын
That was so easy. Thanks a lot >
@beyzaaaaaaaaaaaaaaaaa
@beyzaaaaaaaaaaaaaaaaa 8 ай бұрын
Thanks firstly i downloaded it like you did. But now im gonna download latest version from oracle. (Teacher request )So there will be two jdk on my laptop. İs that could cause any problem? and how can i use my latest jdk on vscode (after add path )
@PappuManasa-qq6ub
@PappuManasa-qq6ub 10 күн бұрын
you heped me alot...thankyou soo much💗
@samcodebreakerkenya
@samcodebreakerkenya 10 ай бұрын
Thanks alot for this. I appriciate this simple video
@lyrical_beats8609
@lyrical_beats8609 7 ай бұрын
Thank you so much madam 🤗👏
@AlgoJaz
@AlgoJaz 10 ай бұрын
how do you get rid of the path line?
@MihNguyen238
@MihNguyen238 2 ай бұрын
Wow, thanks! Somehow Eclipse doesn't work but VSC works perfectly!
@Fiery_drivers
@Fiery_drivers 17 күн бұрын
helpfull video thanks mate !
@SpideySpider
@SpideySpider 5 ай бұрын
TIP FOR ANYONE WHO IS HAVING TROUBLE RUNNING THE SCRIPT (NOTHING HAPPENS WHEN YOU RUN IT)!!! If nothing appears in the terminal when you run it that means that you have to restart visual studio code AFTER you installed java took me a while to figure out but here it is!
@somename7104
@somename7104 5 ай бұрын
hello how do i restart vscode? do i have to uninstall?
@SpideySpider
@SpideySpider 5 ай бұрын
@@somename7104 no no no! just press the x button thats all!
@RohitItgikar-lb5mz
@RohitItgikar-lb5mz 10 ай бұрын
Thank you so much bro 🙏🙏🙏🙏
@m.m.m.4198
@m.m.m.4198 4 ай бұрын
Thanks for your help!
@abdelmounaimsalouani9163
@abdelmounaimsalouani9163 3 ай бұрын
thank you bro! you saved my day
@DavidCourtney
@DavidCourtney 8 ай бұрын
I'm just trying to run the Hello World example, but when I click on Run, I get "Homework1.java is a non-project file, only syntax errors are reported" in the Problems tab.
@duhanavc6773
@duhanavc6773 6 ай бұрын
did you solve it I get the same message
@DavidCourtney
@DavidCourtney 6 ай бұрын
@@duhanavc6773 In my case, the problem turned out to be that I had a bad setting in the settings.json file located at C:\Users\\AppData\Roaming\Code\User I deleted the settings.json file and everything started working. The reason my settings.json file was messing up Java was because I had been experimenting with Rust programming about a year prior, and my settings.json had some lines in there to get cargo working for Rust. And for whatever reason, those settings were conflicting with what Java was trying to do. Rather than figure out how to make the settings.json file work with Java while keeping my Rust settings, I opted to just delete the settings.json file ... and Java started working for me. Given that my particular situation probably doesn't match yours, I'm guessing what I did won't help you, but you can give it a try.
@Nornfang
@Nornfang 9 ай бұрын
As a man who hates eclipse, thank you
@emperordrex5927
@emperordrex5927 8 ай бұрын
Please I need help I set up and installed it but it isn't showing on my cmd also I can't tag my java file in my html it just won't work
@Kzar101
@Kzar101 2 ай бұрын
if i try ro run the code is says 'javac' is not recognized as an internal or external command, operable program or batch file.
@pauldotto5130
@pauldotto5130 Ай бұрын
Thank you!
@ShubhamKumar-dd7ll
@ShubhamKumar-dd7ll Ай бұрын
thanks, clearly explained
@ahmedhassan5783
@ahmedhassan5783 8 ай бұрын
is it free unlike the C# development kit extension which requires subscribtion?
@Mario-xk7kh
@Mario-xk7kh 8 ай бұрын
My code doesn't run as a stand alone file as you did it but it did work in a project file.
@user-kr3go6dx6v
@user-kr3go6dx6v 4 ай бұрын
can you post a video of settings of java to allow pakages in java to work as like if first line is package package1 is therethen my code does not work eventhough everything is correct
@Y-elloWorld
@Y-elloWorld 4 ай бұрын
Thanks it works now, precise information, no dilly-dallying.
@belLuh20
@belLuh20 14 күн бұрын
I just wanna ask, when I'm going to run the program, there will suddenly pop up of jdk compile project. What's that development kit?
@rajendra9812
@rajendra9812 2 ай бұрын
Thank you sir
@snapesrds5766
@snapesrds5766 10 ай бұрын
Thanks a lot Bro.
@victors6917
@victors6917 Ай бұрын
do i have to install java on the same directory as vsCode?
@khalilebdelli6199
@khalilebdelli6199 9 ай бұрын
java -version The system cannot find the file C:\ProgramData\Oracle\Java\javapath\java.exe. i get this error when i run the java -version in my pc
@Ali-EditsGS
@Ali-EditsGS Күн бұрын
thanks bro i appriciate it
@MotivationHunt_manoj
@MotivationHunt_manoj 8 ай бұрын
thanks sir its really worked
@zauliam
@zauliam Ай бұрын
I follow every steps, but when I type java --version in cmd, it keep giving me the message 'java' is not recognized as an internal or external command, operable program or batch file. Please help me figure out how to solve it.
@barnevernet_in_norway7268
@barnevernet_in_norway7268 Ай бұрын
Thank you
@meshomagdy1380
@meshomagdy1380 2 ай бұрын
How did you create the starter code ?
@bubule_
@bubule_ 3 ай бұрын
why i'm in the cmd in tape: java --version , my cumputeur said eror, and wen y want creat my new files he said : Sorry, something went wrong activating IntelliCode support for Java. Please check the "Language Support for Java" and "VS IntelliCode" output windows for details. and also: Please download and install a JDK to compile your project. You can configure your projects with different JDKs by the setting 'java.configuration.runtimes' what i need to made in this situation ? (sorry for my bad english)
@seanashleycastillo7095
@seanashleycastillo7095 2 ай бұрын
I don't know why but I can't download the extension for the VScode right from the start
@mdnishad2432
@mdnishad2432 8 ай бұрын
Thanks a lot
@karensampouw
@karensampouw 8 ай бұрын
i already tried to download the java pack but it says failed
@saiteja7985
@saiteja7985 26 күн бұрын
TQ sir😊😊
@ielinDaisy
@ielinDaisy 2 ай бұрын
thanks man 💯
@Azero-hr4cr
@Azero-hr4cr 9 ай бұрын
I did all the steps but still my code did not appear
@doztech
@doztech 5 ай бұрын
why output not working only terminal?
@PrathameshTusharPatil
@PrathameshTusharPatil 9 күн бұрын
hello sir when i started to run my java program ,it is taking time and showing some issue so what could be the problem ?? its always showing the following content : Initiating server activation Request to kill LSP server. Cannot kill: current process is None Launching Oracle Java SE Language Server with default system JDK and userdir
@navascrisis4626
@navascrisis4626 8 ай бұрын
Thanks Bossman❤
@akhiln3722
@akhiln3722 9 ай бұрын
how to set c in vs cod ???
@studytimewithjency
@studytimewithjency 3 ай бұрын
Smooth!! thanks
@shailendra4912
@shailendra4912 9 ай бұрын
Thx
@sivadarshini3165
@sivadarshini3165 8 ай бұрын
Am not getting Run|debug in my program!
@b-yangalecio
@b-yangalecio 4 ай бұрын
What if there's installed java already?
@Shivali_
@Shivali_ 5 ай бұрын
thank you so much for simplifying..
@nhp.1411
@nhp.1411 11 ай бұрын
I write "System.out.print("Hello World"); " it automatically changes to "System.out.print(s:"Hello World");" how to turn it off
@nhp.1411
@nhp.1411 11 ай бұрын
help me
@KennyYipCoding
@KennyYipCoding 11 ай бұрын
@@nhp.1411 check my pinned comment!
@abiabasd8120
@abiabasd8120 2 ай бұрын
tnxs
@marklouiecaballero2307
@marklouiecaballero2307 5 ай бұрын
What about the path?
@tayyabaamanat9968
@tayyabaamanat9968 28 күн бұрын
hey java is not downloading it shows notification internet problem whereas internet is working greatly
@cubesolver543
@cubesolver543 Ай бұрын
i am getting application error when i click on java pack
@rhonjaycedrickcastillon2530
@rhonjaycedrickcastillon2530 3 ай бұрын
why does my vscode not working no matter what i do
@nileshchoudhary4087
@nileshchoudhary4087 10 ай бұрын
Idk after opening vs code ita sending me to redhat website ? I followed your steps
@lemmeGoHome
@lemmeGoHome 10 ай бұрын
same is happening with me. it's wanting me to install a JDK from there
3 ай бұрын
Yeah, apparently we need to download a JDK separately for the Java programs to get compiled..
@retarded.18
@retarded.18 5 ай бұрын
the installer get stuck at last
@cristofervillalobos2768
@cristofervillalobos2768 4 ай бұрын
ty sir.
@KadduMan
@KadduMan 11 ай бұрын
why is that x: coming just before string sir, i am also facing the same issue
@avindrasookram3348
@avindrasookram3348 11 ай бұрын
same no one has a solution for this
@avindrasookram3348
@avindrasookram3348 11 ай бұрын
I found the answer : If you do not want to have them in your editor, you can set the setting java.inlayHints.parameterNames.enabled to none
@KennyYipCoding
@KennyYipCoding 11 ай бұрын
Thanks for bringing this up! I posted the solution as a pinned comment
@xplozion7603
@xplozion7603 10 ай бұрын
ty! :)))))
@muhammadhabib9456
@muhammadhabib9456 4 ай бұрын
bro i got a build failed error, like i am starting to get stressed out not getting this shit fixed as i want to learn java.
@aaoooz
@aaoooz 9 ай бұрын
thanks
@duhanavc6773
@duhanavc6773 6 ай бұрын
do we have to download jdk what it is for
@KennyYipCoding
@KennyYipCoding 6 ай бұрын
It’s included in the kit in the video, you need it to compile and run java
@alvinkennethmayega1113
@alvinkennethmayega1113 4 ай бұрын
Please help! At 2:36 When i try to run java --version it gives me an error instead. Help!!!
@bubule_
@bubule_ 3 ай бұрын
same for me
@bubule_
@bubule_ 3 ай бұрын
do u have find the solution ?
@alvinkennethmayega1113
@alvinkennethmayega1113 3 ай бұрын
@@bubule_ I ended up reinstalling java
@bubule_
@bubule_ 3 ай бұрын
@@alvinkennethmayega1113 ok thank's
@ohio01
@ohio01 4 ай бұрын
mine is dont work i followed the steps :\
@twoz9936
@twoz9936 11 ай бұрын
why when i click ctrl+shift+p the java create project is not showing
@KennyYipCoding
@KennyYipCoding 11 ай бұрын
You have to search for it, it won’t automatically show it unless you’ve used the command before
@twoz9936
@twoz9936 11 ай бұрын
@@KennyYipCoding yes, i've been search it but its still not show up. Now i'm just try to install jdk 17 to replace my jdk 20 and hope the java project will show
@KennyYipCoding
@KennyYipCoding 11 ай бұрын
Did you install the Java code pack for vscode?
@KennyYipCoding
@KennyYipCoding 11 ай бұрын
There are also vscode extensions for Java included in the installation
@twoz9936
@twoz9936 11 ай бұрын
@@KennyYipCoding finally bro, i found the problem that the pack doesn't automatic install the PROJECT MANAGER FOR JAVA. So the problem only on this thing. Thankyou so much bro
@ajdndbdjbdj
@ajdndbdjbdj 7 ай бұрын
God , i got a new lap top and they installed the purple version for it , im so mad i gotta download it again
@nathanwillett6918
@nathanwillett6918 6 ай бұрын
can you have both version installed on your computer?
@ajdndbdjbdj
@ajdndbdjbdj 6 ай бұрын
@@nathanwillett6918 idk i didn't even download it again, i just installed another one
@cemre6263
@cemre6263 10 ай бұрын
when i write java --version to cmd it says Unrecognized option: --version Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. And it gives error in vsc: javac : The term 'javac' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:60 + ... "c:\Users\cemre\Desktop\VisualStudio\Java\" ; if ($?) { javac deneme. ... + ~~~~~ + CategoryInfo : ObjectNotFound: (javac:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
@cemre6263
@cemre6263 10 ай бұрын
I solved it. To solve this problem go cmd and type java -version javac -version The versions must be same ex: 17.0.8 if they are different than press windowkey + R and type sysdm.cpl than go advanced than go envromental variables and check JAVA_HOME in user variables and PATH in system variables. Be sure that you checked the first variable in PATH if they are different for example JAVA_HOME shows 17.0.8 version and 8.1.0 in PATH (first/top variable) than you must delete 8.1.0 in PATH and you should put 17.0.8 version of javac to top of PATH with clicking edit. After all click ok buttons and restart cmd and vsc. It should work now.
@KennyYipCoding
@KennyYipCoding 10 ай бұрын
Thanks for sharing this!
@TwitchBox_999
@TwitchBox_999 4 ай бұрын
good
@swarooptej7976
@swarooptej7976 4 ай бұрын
thank u
@jeromemendoza495
@jeromemendoza495 11 ай бұрын
why there's no run and debug button in mine
@luisduarte5097
@luisduarte5097 9 ай бұрын
Part of an extension pack you have to download
@hakti7548
@hakti7548 5 ай бұрын
Which one?
@spurthim4528
@spurthim4528 4 ай бұрын
Or else it might have been hidden So click the 3 button on top right side u’ll find Run or debug
@meenapandey1473
@meenapandey1473 2 ай бұрын
​@@hakti7548Code runner
@ammapalliharshavardanreddy9795
@ammapalliharshavardanreddy9795 Ай бұрын
Install code runner extension!
@mikijanicki2160
@mikijanicki2160 6 ай бұрын
avast tells me that the coding pack is a virus, is it actually?
@KennyYipCoding
@KennyYipCoding 6 ай бұрын
No, it comes directly from Microsoft
@Blaze_Knowhow
@Blaze_Knowhow 10 ай бұрын
Do i still need to download OpenJDK for this to work?
@KennyYipCoding
@KennyYipCoding 10 ай бұрын
should be enough to just download the vscode java coding pack as it includes the JDK already.
@Blaze_Knowhow
@Blaze_Knowhow 10 ай бұрын
@@KennyYipCoding okay thank you
@shankarraj3433
@shankarraj3433 Жыл бұрын
👍
@bimaltwayana2058
@bimaltwayana2058 Жыл бұрын
😃
@jessicagerlaban7125
@jessicagerlaban7125 9 ай бұрын
3:02
@iogilarb
@iogilarb 3 ай бұрын
i hate java, but i love it, why? 😢
@Rex_ults
@Rex_ults 5 ай бұрын
bro you married asking for a friend?
@3a7anton
@3a7anton 5 ай бұрын
Thank you bro @KennyYipCoding
@itsam00n
@itsam00n 3 ай бұрын
Thank you
@abirbiba3307
@abirbiba3307 7 ай бұрын
Thank you
Learn Java in 14 Minutes (seriously)
14:00
Alex Lee
Рет қаралды 4,6 МЛН
Универ. 13 лет спустя - ВСЕ СЕРИИ ПОДРЯД
9:07:11
Комедии 2023
Рет қаралды 6 МЛН
PINK STEERING STEERING CAR
00:31
Levsob
Рет қаралды 22 МЛН
1❤️#thankyou #shorts
00:21
あみか部
Рет қаралды 88 МЛН
I wish I could change THIS fast! 🤣
00:33
America's Got Talent
Рет қаралды 39 МЛН
How to set up C++ in Visual Studio Code
6:53
Kenny Yip Coding
Рет қаралды 484 М.
How to Install & Run Java in Visual Studio Code (Under 5 minutes) {2024}
6:09
How to set up Python on Visual Studio Code
6:57
Kenny Yip Coding
Рет қаралды 728 М.
How to Set up VS Code for Data Science & AI
22:53
Dave Ebbelaar
Рет қаралды 273 М.
How to Setup Visual Studio Code for HTML, CSS, and JavaScript
9:48
SkillsBuild Training
Рет қаралды 271 М.
Универ. 13 лет спустя - ВСЕ СЕРИИ ПОДРЯД
9:07:11
Комедии 2023
Рет қаралды 6 МЛН