Quick Guide: Set Up Java in Visual Studio Code in Under 5 Minutes ๐
Learn how to easily install Java and configure Visual Studio Code for Java development in just a few minutes. Follow our simple step-by-step instructions to get started quickly!

Kenny Yip Coding
1.1M views โข May 29, 2023

About this video
How to install Java with Visual Studio Code (vscode) in under 5 minutes.
Install Visual Studio Code: https://code.visualstudio.com/
Install Java Coding Pack: https://code.visualstudio.com/docs/java/java-tutorial
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:
https://www.youtube.com/playlist?list=PLnKe36F30Y4Y1XQOqNsL9Fgg_p6nYhcng
JavaScript Game Programming Projects Playlist:
https://www.youtube.com/playlist?list=PLnKe36F30Y4bLhA-st9sC4ZthyV7nsL2Q
Subscribe for more coding tutorials ๐!
โญ If you enjoyed the tutorial and would like to support the channel, you can do so here ๐: https://buymeacoffee.com/kennyyipcoding
Install Visual Studio Code: https://code.visualstudio.com/
Install Java Coding Pack: https://code.visualstudio.com/docs/java/java-tutorial
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:
https://www.youtube.com/playlist?list=PLnKe36F30Y4Y1XQOqNsL9Fgg_p6nYhcng
JavaScript Game Programming Projects Playlist:
https://www.youtube.com/playlist?list=PLnKe36F30Y4bLhA-st9sC4ZthyV7nsL2Q
Subscribe for more coding tutorials ๐!
โญ If you enjoyed the tutorial and would like to support the channel, you can do so here ๐: https://buymeacoffee.com/kennyyipcoding
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
1.1M
Likes
12.6K
Duration
4:24
Published
May 29, 2023
User Reviews
4.6
(212) Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.