Comments on How to Install Java 17 (JDK 17) on Debian 11
The Java Development Kit (JDK) is the name of the software development kit (SDK) for the Java programming language, which enables anyone to create both Java applications and applets for running on many operating systems. This tutorials shows how to install Java JDK on Debian 11.
2 Comment(s)
Add comment
Comments
By: Are Husby
I'd much rather use the tool Sdkman to install Java, as well as other SDKs and build tools. Makes it easier to update and juggle different versions of an SDK. See https://sdkman.io/
By: MasterEL
Awesome! Thanks. This Debian package works on Raspberry Pi's Raspian 64-bit Bullseye as of posting. Only method that works without manually downloading packages and *attempting* to install. :)