Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Getting Started with Java Programming in VS Code
Getting Started with Java Programming in VS Code [message #1869051] Tue, 30 July 2024 19:40 Go to next message
Soha Donny is currently offline Soha DonnyFriend
Messages: 1
Registered: July 2024
Junior Member
Hey everyone!
I'm new to Java programming and I want to set up my environment using Visual Studio Code. I have already installed the Java Extension Pack, but I understand that I also need to install the Java SE Development Kit (JDK) to get everything up and running. Can anyone guide me through the process of installing JDK 19 along with all the necessary tools for Java programming?
Re: Getting Started with Java Programming in VS Code [message #1869069 is a reply to message #1869051] Wed, 31 July 2024 05:42 Go to previous message
Erik BrangsFriend
Messages: 55
Registered: February 2010
Member
You're asking the Eclipse IDE forums. Eclipse is a competitor to Visual Studio Code.

I'm assuming that you're using Windows.

You have several options to install the JDK. For example, you could install:
- through winget (the Windows Package Manager) if your Windows is new enough
- by manually downloading a suitable build, e.g. from https://adoptium.net/temurin/releases/ . I advise you to use the zip (rather than the .msi) because you can then use multiple versions in parallel.

The JDK contains all the basic tools that you need for starting out. Any other tooling should be provided by your IDE.
Previous Topic:How to upgrade eclipse 4.22(2021-12)
Next Topic:Any help
Goto Forum:
  


Current Time: Sun Jan 26 00:00:04 GMT 2025

Powered by FUDForum. Page generated in 0.03880 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top