|
Re: Getting Started with Java Programming in VS Code [message #1869069 is a reply to message #1869051] |
Wed, 31 July 2024 05:42 |
Erik Brangs 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.
|
|
|
Powered by
FUDForum. Page generated in 0.03880 seconds