Saturday, December 17, 2022

install Visual Studio code and JDK and configurations

steps to install Visual Studio code on my desktop, and how to configure it to use Oracle JDK.

  1. Visual Studio Code: Getting Started # Gateway
  2. Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages and runtimes (such as C++, C#, Java, Python, PHP, Go, .NET). Begin your journey with VS Code with these introductory videos.

  3. Getting Started with Java in VS Code
  4. This tutorial shows you how to write and run Hello World program in Java with Visual Studio Code. It also covers a few advanced features, which you can explore by reading other documents in this section. For an overview of the features available for Java in VS Code, see Java Language Overview. If you run into any issues when following this tutorial, you can contact us by entering an issue.

    Step 1: Coding Pack for Java To help you set up quickly, you can install the Coding Pack for Java, which includes VS Code, the Java Development Kit (JDK), and essential Java extensions. The Coding Pack can be used as a clean installation, or to update or repair an existing development environment.

    I downloaded and installed this item:
    Install the Coding Pack for Java - Windows

    Step 2: Installing and setting up a Java Development Kit (JDK) To use Java within Visual Studio Code, you need to install a Java Development Kit (JDK) on your local environment. JDK is a software development environment used for developing Java applications.

    Step 3: configured Visual Studio Code to use JDK using the following posts:

  5. Java with Visual Studio code (Vscode) Part 1
  6. How to install Oracle JDK and configure Visual Studio Code for Java | Simple easy tutorial
  7. Hello Guys, Welcome to a new video where I show you how you to install oracle JDK java and configure it in Visual StudioCode in Windows 10 or Windows 11.

    This video is split up into two sections: Section 1: Install Oracle JDK Section 2:Install Visual Studio Code and configure Java in it.

    The Links to the things used in the video:
    1. 1)Oracle JDK:
    2. 2) Visual Studio Code:
    3. 3) Extension pack for Java in Visual Studio Code:

    If you do everything properly you’ll be able to run Java programs in your machine without any sweat. That’s It for the video, drop a like so it reaches more people, and comment if you find any difficulties, and share this video and make sure to subscribe, Thank you!

No comments:

Post a Comment